Skip to content

Commit 13fbb8f

Browse files
Update junit-framework monorepo to v5.13.4
1 parent 47a147f commit 13fbb8f

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.13.4")
36+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.13.4")
3737
}
3838

3939
tasks {

0 commit comments

Comments
 (0)