File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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" )
Original file line number Diff line number Diff 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" )
You can’t perform that action at this time.
0 commit comments