Skip to content

Commit 9a7db3c

Browse files
authored
Merge pull request #195 from komapper/renovate/org.junit.jupiter
2 parents 9671d9a + 172170f commit 9a7db3c

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.1")
24-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.1")
23+
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.2")
24+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.2")
2525
}
2626

2727
repositories {

0 commit comments

Comments
 (0)