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 f710638 commit 86909dbCopy full SHA for 86909db
build.gradle.kts
@@ -18,8 +18,8 @@ repositories {
18
}
19
20
dependencies {
21
- testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.1")
22
- testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.1")
+ testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.1")
+ testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.1")
23
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
24
25
testImplementation("org.scalatest:scalatest_3:3.2.17")
0 commit comments