Skip to content

Commit 6c4be32

Browse files
Update dependency org.junit:junit-bom to v5.13.0 (#219)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 84bd3f4 commit 6c4be32

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

codegen-test/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dependencies {
4242
annotationProcessor("org.seasar.doma:doma-processor:$domaVersion")
4343

4444
// Use JUnit BOM for version management
45-
testImplementation(platform("org.junit:junit-bom:5.12.2"))
45+
testImplementation(platform("org.junit:junit-bom:5.13.0"))
4646
testImplementation("org.junit.jupiter:junit-jupiter-api")
4747
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
4848
testRuntimeOnly("org.junit.platform:junit-platform-launcher")

codegen/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ dependencies {
5454
testImplementation("org.seasar.doma:doma-core:3.8.0")
5555

5656
// Use JUnit BOM for version management
57-
testImplementation(platform("org.junit:junit-bom:5.12.2"))
57+
testImplementation(platform("org.junit:junit-bom:5.13.0"))
5858
testImplementation("org.junit.jupiter:junit-jupiter-api")
5959
testImplementation("org.junit.jupiter:junit-jupiter-params")
6060
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")

0 commit comments

Comments
 (0)