Skip to content

Commit 676020e

Browse files
Update dependency org.junit:junit-bom to v5.13.2 (#223)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2f37f89 commit 676020e

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.13.1"))
45+
testImplementation(platform("org.junit:junit-bom:5.13.2"))
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.9.0")
5555

5656
// Use JUnit BOM for version management
57-
testImplementation(platform("org.junit:junit-bom:5.13.1"))
57+
testImplementation(platform("org.junit:junit-bom:5.13.2"))
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)