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 55da1b1 commit 0934327Copy full SHA for 0934327
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.1")
26
- testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.1")
27
- testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.1")
+ testImplementation("org.junit.jupiter:junit-jupiter-api:5.13.1")
+ testImplementation("org.junit.jupiter:junit-jupiter-params:5.13.1")
+ testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.13.1")
28
29
tasks.getByName<Test>("test") {
30
useJUnitPlatform()
0 commit comments