Skip to content

Commit 5dc80fc

Browse files
Bump org.junit:junit-bom from 5.10.2 to 5.11.0 (#195)
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.10.2 to 5.11.0. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.10.2...r5.11.0) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bc38714 commit 5dc80fc

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

4545
testImplementation 'org.assertj:assertj-core:3.25.3'
46-
testImplementation(platform('org.junit:junit-bom:5.10.2'))
46+
testImplementation(platform('org.junit:junit-bom:5.11.0'))
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.0'
1212

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

0 commit comments

Comments
 (0)