File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ dependencies {
4040 annotationProcessor(" org.seasar.doma:doma-processor:$domaVersion " )
4141 implementation(" org.seasar.doma:doma-core:$domaVersion " )
4242 // Use JUnit BOM for version management
43- testImplementation(platform(" org.junit:junit-bom:5.13.0 " ))
43+ testImplementation(platform(" org.junit:junit-bom:5.13.1 " ))
4444 testImplementation(" org.junit.jupiter:junit-jupiter-api" )
4545 testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine" )
4646 testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ dependencies {
4747 implementation(" org.seasar.doma:doma-core:$domaVersion " )
4848 implementation(" org.jetbrains.kotlin:kotlin-stdlib" )
4949 // Use JUnit BOM for version management
50- testImplementation(platform(" org.junit:junit-bom:5.13.0 " ))
50+ testImplementation(platform(" org.junit:junit-bom:5.13.1 " ))
5151 testImplementation(" org.junit.jupiter:junit-jupiter-api" )
5252 testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine" )
5353 testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ dependencies {
4747 implementation(" org.seasar.doma:doma-core:$domaVersion " )
4848 implementation(" org.jetbrains.kotlin:kotlin-stdlib" )
4949 // Use JUnit BOM for version management
50- testImplementation(platform(" org.junit:junit-bom:5.13.0 " ))
50+ testImplementation(platform(" org.junit:junit-bom:5.13.1 " ))
5151 testImplementation(" org.junit.jupiter:junit-jupiter-api" )
5252 testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine" )
5353 testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ repositories {
4646
4747dependencies {
4848 // Use JUnit BOM for version management
49- testImplementation(platform(" org.junit:junit-bom:5.13.0 " ))
49+ testImplementation(platform(" org.junit:junit-bom:5.13.1 " ))
5050 testImplementation(" org.junit.jupiter:junit-jupiter-api" )
5151 testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine" )
5252 testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
You can’t perform that action at this time.
0 commit comments