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 7413646 commit ff60d1eCopy full SHA for ff60d1e
build.gradle.kts
@@ -66,7 +66,7 @@ dependencies {
66
testImplementation("org.junit.jupiter:junit-jupiter-params:5.10.1")
67
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.10.1")
68
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.0")
69
- testRuntimeOnly("org.junit.vintage:junit-vintage-engine:5.10.0")
+ testRuntimeOnly("org.junit.vintage:junit-vintage-engine:5.10.1")
70
}
71
72
tasks.register<Exec>("updateSubmodules") {
0 commit comments