We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b9c76d6 + ee75bc2 commit 8a5a446Copy full SHA for 8a5a446
gradle/libs.versions.toml
@@ -1,8 +1,8 @@
1
[versions]
2
asmVersion = "9.8"
3
junit4 = "4.13.2"
4
-junit5Jupiter = "5.13.3"
5
-junitPlatformLauncher = "1.13.3"
+junit5Jupiter = "5.13.4"
+junitPlatformLauncher = "1.13.4"
6
mockito = "4.11.0"
7
spock1 = "1.3-groovy-2.5"
8
spock2 = "2.3-groovy-3.0"
samples/sample-junit5/build.gradle.kts
@@ -9,7 +9,7 @@ repositories {
9
}
10
11
dependencies {
12
- testImplementation(platform("org.junit:junit-bom:5.13.3"))
+ testImplementation(platform("org.junit:junit-bom:5.13.4"))
13
testImplementation("org.junit.jupiter:junit-jupiter")
14
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
15
0 commit comments