Skip to content

Commit 7ab0526

Browse files
Update dependency org.junit.jupiter:junit-jupiter-engine to v5.11.2
1 parent 560268f commit 7ab0526

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

4848
eclipse {

0 commit comments

Comments
 (0)