We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22adfe3 commit 5dde869Copy full SHA for 5dde869
build.gradle.kts
@@ -7,7 +7,7 @@ repositories {
7
}
8
9
dependencies {
10
- testImplementation(platform("org.junit:junit-bom:5.12.0"))
+ testImplementation(platform("org.junit:junit-bom:5.12.1"))
11
testImplementation("org.junit.jupiter:junit-jupiter")
12
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
13
0 commit comments