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 9bd70d2 + 206b076 commit b76bc73Copy full SHA for b76bc73
1 file changed
lib/build.gradle.kts
@@ -22,9 +22,9 @@ tasks.withType<JavaCompile> {
22
}
23
24
dependencies {
25
- testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.0")
26
- testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.0")
27
- testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.0")
+ testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.1")
+ testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.1")
+ testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.1")
28
29
tasks.getByName<Test>("test") {
30
useJUnitPlatform()
0 commit comments