Skip to content

Commit 24d924e

Browse files
⬆ bump org.junit:junit-bom from 5.10.0 to 6.0.0
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit-framework) from 5.10.0 to 6.0.0. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.10.0...r6.0.0) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4b2d3f9 commit 24d924e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ repositories {
5555
}
5656

5757
dependencies {
58-
testImplementation(platform("org.junit:junit-bom:5.10.0"))
58+
testImplementation(platform("org.junit:junit-bom:6.0.0"))
5959
testImplementation("org.junit.jupiter:junit-jupiter")
6060
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
6161
errorprone("com.google.errorprone:error_prone_core:2.42.0")

0 commit comments

Comments
 (0)