File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ repositories {
1616}
1717
1818dependencies {
19- implementation(enforcedPlatform(" org.junit:junit-bom:5.12.1 " ))
19+ implementation(enforcedPlatform(" org.junit:junit-bom:5.12.2 " ))
2020
2121 testImplementation(" org.testcontainers:testcontainers:1.20.6" )
2222 testImplementation(" org.testcontainers:postgresql:1.20.6" )
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ dependencies {
7171 implementation(" net.ltgt.gradle:gradle-nullaway-plugin:2.2.0" )
7272 implementation(" me.champeau.gradle:japicmp-gradle-plugin:0.4.6" )
7373
74- testImplementation(enforcedPlatform(" org.junit:junit-bom:5.12.1 " ))
74+ testImplementation(enforcedPlatform(" org.junit:junit-bom:5.12.2 " ))
7575 testImplementation(" org.junit.jupiter:junit-jupiter-api" )
7676 testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine" )
7777 testImplementation(" org.assertj:assertj-core:3.27.3" )
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ val CORE_DEPENDENCIES = listOf(
8181// There are dependencies included here that appear to have no usages, but are maintained at
8282// this top level to help consistently satisfy large numbers of transitive dependencies.
8383val DEPENDENCIES = listOf (
84- " org.junit.jupiter:junit-jupiter-api:5.12.1 " ,
84+ " org.junit.jupiter:junit-jupiter-api:5.12.2 " ,
8585 " org.spockframework:spock-core:2.4-M5-groovy-4.0" ,
8686 " org.spockframework:spock-junit4:2.4-M5-groovy-4.0" ,
8787
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ subprojects {
6969
7070 testImplementation(" org.mockito:mockito-core:5.17.0" )
7171
72- testImplementation(enforcedPlatform(" org.junit:junit-bom:5.12.1 " ))
72+ testImplementation(enforcedPlatform(" org.junit:junit-bom:5.12.2 " ))
7373 testImplementation(" org.junit.jupiter:junit-jupiter-api" )
7474 testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine" )
7575 testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ dependencies {
104104 testImplementation(" io.opentelemetry:opentelemetry-api" )
105105 testImplementation(" io.opentelemetry.proto:opentelemetry-proto:1.5.0-alpha" )
106106
107- testImplementation(enforcedPlatform(" org.junit:junit-bom:5.12.1 " ))
107+ testImplementation(enforcedPlatform(" org.junit:junit-bom:5.12.2 " ))
108108 testImplementation(" org.junit.jupiter:junit-jupiter-api" )
109109 testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine" )
110110 testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ dependencies {
4444
4545 testImplementation(" org.assertj:assertj-core:3.27.3" )
4646
47- testImplementation(enforcedPlatform(" org.junit:junit-bom:5.12.1 " ))
47+ testImplementation(enforcedPlatform(" org.junit:junit-bom:5.12.2 " ))
4848 testImplementation(" org.junit.jupiter:junit-jupiter-api" )
4949 testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine" )
5050 testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ dependencies {
1010 implementation(" org.yaml:snakeyaml:2.4" )
1111 implementation(" io.opentelemetry:opentelemetry-sdk-common" )
1212
13- testImplementation(enforcedPlatform(" org.junit:junit-bom:5.12.1 " ))
13+ testImplementation(enforcedPlatform(" org.junit:junit-bom:5.12.2 " ))
1414 testImplementation(" org.assertj:assertj-core:3.27.3" )
1515 testImplementation(" org.junit.jupiter:junit-jupiter-api" )
1616 testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine" )
You can’t perform that action at this time.
0 commit comments