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.
1 parent 0465d01 commit b0842f2Copy full SHA for b0842f2
build.gradle.kts
@@ -38,8 +38,8 @@ dependencies {
38
testImplementation("xmlunit:xmlunit:1.6")
39
testImplementation("org.apache.commons:commons-lang3:3.17.0")
40
testImplementation("com.google.guava:guava:33.3.1-jre")
41
- testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.2")
42
- testRuntimeOnly("org.junit.vintage:junit-vintage-engine:5.11.2")
+ testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.3")
+ testRuntimeOnly("org.junit.vintage:junit-vintage-engine:5.11.3")
43
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
44
}
45
0 commit comments