File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
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.11.0 " ))
19+ implementation(enforcedPlatform(" org.junit:junit-bom:5.11.1 " ))
2020
2121 testImplementation(" org.testcontainers:testcontainers:1.20.1" )
2222 testImplementation(" org.testcontainers:postgresql:1.20.1" )
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ dependencies {
7171 implementation(" net.ltgt.gradle:gradle-nullaway-plugin:2.0.0" )
7272 implementation(" me.champeau.gradle:japicmp-gradle-plugin:0.4.3" )
7373
74- testImplementation(enforcedPlatform(" org.junit:junit-bom:5.11.0 " ))
74+ testImplementation(enforcedPlatform(" org.junit:junit-bom:5.11.1 " ))
7575 testImplementation(" org.junit.jupiter:junit-jupiter-api" )
7676 testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine" )
7777 testImplementation(" org.assertj:assertj-core:3.26.3" )
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ val DEPENDENCY_BOMS = listOf(
3333 " org.apache.groovy:groovy-bom:${groovyVersion} " ,
3434 " io.opentelemetry:opentelemetry-bom:${otelSdkVersion} " ,
3535 " io.opentelemetry:opentelemetry-bom-alpha:${otelSdkAlphaVersion} " ,
36- " org.junit:junit-bom:5.11.0 " ,
36+ " org.junit:junit-bom:5.11.1 " ,
3737 " org.testcontainers:testcontainers-bom:1.20.1" ,
3838 " org.spockframework:spock-bom:2.4-M4-groovy-4.0"
3939)
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ subprojects {
3434 opentelemetryJavaagentAlpha : " 2.9.0-alpha-SNAPSHOT" ,
3535
3636 autoservice : " 1.1.1" ,
37- junit : " 5.11.0 "
37+ junit : " 5.11.1 "
3838 ]
3939
4040 deps = [
Original file line number Diff line number Diff line change 2929 opentelemetryJavaagent : " 2.9.0-SNAPSHOT" ,
3030 opentelemetryJavaagentAlpha : " 2.9.0-alpha-SNAPSHOT" ,
3131
32- junit : " 5.11.0 "
32+ junit : " 5.11.1 "
3333 ]
3434
3535 deps = [
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ dependencies {
4343
4444 testImplementation(" org.assertj:assertj-core:3.26.3" )
4545
46- testImplementation(enforcedPlatform(" org.junit:junit-bom:5.11.0 " ))
46+ testImplementation(enforcedPlatform(" org.junit:junit-bom:5.11.1 " ))
4747 testImplementation(" org.junit.jupiter:junit-jupiter-api" )
4848 testImplementation(" org.junit.jupiter:junit-jupiter-params" )
4949 testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine" )
You can’t perform that action at this time.
0 commit comments