We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cbe358 commit 3eeb9d3Copy full SHA for 3eeb9d3
build.gradle.kts
@@ -26,8 +26,8 @@ dependencies {
26
}
27
testImplementation("ch.qos.logback:logback-classic:1.5.18")
28
testImplementation("org.assertj:assertj-core:3.27.3")
29
- testImplementation("org.junit.jupiter:junit-jupiter-api:5.12.1")
30
- testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.12.1")
+ testImplementation("org.junit.jupiter:junit-jupiter:5.12.1")
+ testRuntimeOnly("org.junit.platform:junit-platform-launcher")
31
32
33
repositories {
0 commit comments