Skip to content

Commit 580e544

Browse files
authored
Merge pull request #243 from komapper/renovate/junit5-monorepo
Update dependency org.junit:junit-bom to v5.13.1
2 parents 194cece + 4d16366 commit 580e544

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
@@ -20,7 +20,7 @@ dependencies {
2020
implementation("org.komapper:komapper-starter-jdbc")
2121
implementation("org.komapper:komapper-dialect-h2-jdbc")
2222
ksp("org.komapper:komapper-processor")
23-
testImplementation(platform("org.junit:junit-bom:5.12.2"))
23+
testImplementation(platform("org.junit:junit-bom:5.13.1"))
2424
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
2525
testImplementation("org.junit.jupiter:junit-jupiter-api")
2626
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")

0 commit comments

Comments
 (0)