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 6c2c184 commit 53fe147Copy full SHA for 53fe147
build.gradle.kts
@@ -46,8 +46,8 @@ dependencies {
46
}
47
48
testImplementation("junit:junit:4.13.2")
49
- testImplementation("org.junit.jupiter:junit-jupiter:5.8.2")
50
- testRuntimeOnly("org.junit.vintage:junit-vintage-engine:5.8.2")
+ testImplementation("org.junit.jupiter:junit-jupiter:5.11.4")
+ testRuntimeOnly("org.junit.vintage:junit-vintage-engine:5.11.4")
51
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
52
53
0 commit comments