Skip to content

Commit f1d94c3

Browse files
Update junit-framework monorepo to v5.14.1
1 parent f43ebff commit f1d94c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ subprojects {
3232
ksp("org.komapper:komapper-processor")
3333

3434
testImplementation(kotlin("test"))
35-
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.4")
36-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.4")
35+
testImplementation("org.junit.jupiter:junit-jupiter-api:5.14.1")
36+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.14.1")
3737
}
3838

3939
tasks {

0 commit comments

Comments
 (0)