Skip to content

Commit c2cc89c

Browse files
authored
Merge pull request #212 from komapper/renovate/junit5-monorepo
Update junit5 monorepo to v5.11.4
2 parents f75a4c7 + 66f38b9 commit c2cc89c

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
@@ -20,8 +20,8 @@ dependencies {
2020
implementation("org.komapper:komapper-starter-jdbc")
2121
implementation("org.komapper:komapper-dialect-h2-jdbc")
2222
ksp("org.komapper:komapper-processor")
23-
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.3")
24-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.3")
23+
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.4")
24+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.4")
2525
}
2626

2727
repositories {

0 commit comments

Comments
 (0)