Skip to content

Commit 9b550ca

Browse files
Update dependency org.junit.jupiter:junit-jupiter-engine to v5.11.2
1 parent 895727c commit 9b550ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies {
3030
runtimeOnly("ch.qos.logback:logback-classic:1.5.8")
3131
runtimeOnly("com.h2database:h2:1.4.200")
3232
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.1")
33-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.1")
33+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.2")
3434
}
3535

3636
repositories {

0 commit comments

Comments
 (0)