Skip to content

Commit 5e4087a

Browse files
Bump org.junit:junit-bom from 5.11.3 to 5.11.4
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.11.3 to 5.11.4. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.11.3...r5.11.4) --- 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]>
1 parent 5ef9a94 commit 5e4087a

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:26.0.1'
4444

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

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

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:2.0.1'
1212

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

0 commit comments

Comments
 (0)