Skip to content

Commit bdb55d6

Browse files
[Renovate Bot] Update junit-framework monorepo to v6
Signed-off-by: Renovate Bot for Gradle <[email protected]>
1 parent effd8f8 commit bdb55d6

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[versions]
22
asmVersion = "9.9"
33
junit4 = "4.13.2"
4-
junit5Jupiter = "5.14.1"
5-
junitPlatformLauncher = "1.14.1"
4+
junit5Jupiter = "6.0.1"
5+
junitPlatformLauncher = "6.0.1"
66
mockito = "4.11.0"
77
spock1 = "1.3-groovy-2.5"
88
spock2-groovy3 = "2.3-groovy-3.0"

samples/sample-junit5/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repositories {
99
}
1010

1111
dependencies {
12-
testImplementation(platform("org.junit:junit-bom:5.14.1"))
12+
testImplementation(platform("org.junit:junit-bom:6.0.1"))
1313
testImplementation("org.junit.jupiter:junit-jupiter")
1414
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
1515
}

0 commit comments

Comments
 (0)