Skip to content

Commit 57b6bd9

Browse files
Update dependency org.junit.jupiter:junit-jupiter-engine to v5.11.2
1 parent 17464f1 commit 57b6bd9

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
@@ -41,7 +41,7 @@ subprojects {
4141
runtimeOnly("ch.qos.logback:logback-classic:1.5.8")
4242
runtimeOnly("com.h2database:h2:2.3.232")
4343
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.1")
44-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.1")
44+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.2")
4545
}
4646

4747
eclipse {

0 commit comments

Comments
 (0)