Skip to content

Commit 8a5a446

Browse files
authored
Merge pull request #427 from gradle/renovate/junit-framework-monorepo
[Renovate Bot] Update junit-framework monorepo
2 parents b9c76d6 + ee75bc2 commit 8a5a446

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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.8"
33
junit4 = "4.13.2"
4-
junit5Jupiter = "5.13.3"
5-
junitPlatformLauncher = "1.13.3"
4+
junit5Jupiter = "5.13.4"
5+
junitPlatformLauncher = "1.13.4"
66
mockito = "4.11.0"
77
spock1 = "1.3-groovy-2.5"
88
spock2 = "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.13.3"))
12+
testImplementation(platform("org.junit:junit-bom:5.13.4"))
1313
testImplementation("org.junit.jupiter:junit-jupiter")
1414
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
1515
}

0 commit comments

Comments
 (0)