Skip to content

Commit 174d9d3

Browse files
Bump org.junit:junit-bom from 5.11.0 to 5.11.1 (#206)
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.11.0 to 5.11.1. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.11.0...r5.11.1) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2af3d65 commit 174d9d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ dependencies {
4343
testCompileOnly 'org.jetbrains:annotations:25.0.0'
4444

4545
testImplementation 'org.assertj:assertj-core:3.26.3'
46-
testImplementation(platform('org.junit:junit-bom:5.11.0'))
46+
testImplementation(platform('org.junit:junit-bom:5.11.1'))
4747
testImplementation 'org.junit.jupiter:junit-jupiter'
4848

4949
jmh 'com.fasterxml.jackson.dataformat:jackson-dataformat-csv:2.17.2'

fast-double-parser/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies {
1111
implementation 'ch.randelshofer:fastdoubleparser:1.0.1'
1212

1313
testImplementation 'org.assertj:assertj-core:3.26.3'
14-
testImplementation(platform('org.junit:junit-bom:5.11.0'))
14+
testImplementation(platform('org.junit:junit-bom:5.11.1'))
1515
testImplementation 'org.junit.jupiter:junit-jupiter'
1616
}
1717

0 commit comments

Comments
 (0)