We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06bd40d commit fdd365cCopy full SHA for fdd365c
build.gradle.kts
@@ -13,9 +13,9 @@ repositories {
13
}
14
15
dependencies {
16
- testImplementation(platform("org.junit:junit-bom:5.11.2"))
17
- testImplementation("org.junit.jupiter:junit-jupiter:5.11.2")
18
- testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.11.2")
+ testImplementation(platform("org.junit:junit-bom:5.11.3"))
+ testImplementation("org.junit.jupiter:junit-jupiter:5.11.3")
+ testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.11.3")
19
20
21
tasks {
0 commit comments