Skip to content

Commit 0eb3865

Browse files
Bump org.junit:junit-bom from 5.11.4 to 6.0.2
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit-framework) from 5.11.4 to 6.0.2. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.11.4...r6.0.2) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f9b8b63 commit 0eb3865

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
@@ -26,7 +26,7 @@ repositories {
2626
}
2727

2828
dependencies {
29-
testImplementation(platform("org.junit:junit-bom:5.11.4"))
29+
testImplementation(platform("org.junit:junit-bom:6.0.2"))
3030
testImplementation("org.junit.jupiter:junit-jupiter-api")
3131
testImplementation("org.junit.jupiter:junit-jupiter-params")
3232
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")

0 commit comments

Comments
 (0)