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 abd94cf commit e75e397Copy full SHA for e75e397
build.gradle.kts
@@ -35,7 +35,7 @@ dependencies {
35
runtimeOnly("ch.qos.logback:logback-classic:1.5.11")
36
runtimeOnly("com.h2database:h2:1.4.200")
37
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.2")
38
- testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.2")
+ testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.3")
39
}
40
41
repositories {
0 commit comments