Skip to content

Commit bb55cde

Browse files
Bump org.junit:junit-bom from 5.11.3 to 5.12.0
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.11.3 to 5.12.0. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.11.3...r5.12.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>
1 parent 492b57c commit bb55cde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ allprojects {
1919
dependencies {
2020
compileOnly 'org.jetbrains:annotations:26.0.2'
2121

22-
testImplementation(platform('org.junit:junit-bom:5.11.3'))
22+
testImplementation(platform('org.junit:junit-bom:5.12.1'))
2323
testImplementation('org.junit.jupiter:junit-jupiter')
2424
testImplementation('com.google.guava:guava:33.3.1-jre')
2525
}

0 commit comments

Comments
 (0)