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.10.1 " ))
19+ implementation(enforcedPlatform(" org.junit:junit-bom:5.10.2 " ))
2020
2121 testImplementation(" org.testcontainers:testcontainers:1.19.4" )
2222 testImplementation(" org.testcontainers:postgresql:1.19.4" )
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ dependencies {
7070 implementation(" net.ltgt.gradle:gradle-nullaway-plugin:1.6.0" )
7171 implementation(" me.champeau.gradle:japicmp-gradle-plugin:0.4.2" )
7272
73- testImplementation(enforcedPlatform(" org.junit:junit-bom:5.10.1 " ))
73+ testImplementation(enforcedPlatform(" org.junit:junit-bom:5.10.2 " ))
7474 testImplementation(" org.junit.jupiter:junit-jupiter-api" )
7575 testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine" )
7676 testImplementation(" org.assertj:assertj-core:3.25.2" )
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ val DEPENDENCY_BOMS = listOf(
3232 " org.apache.groovy:groovy-bom:${groovyVersion} " ,
3333 " io.opentelemetry:opentelemetry-bom:${otelSdkVersion} " ,
3434 " io.opentelemetry:opentelemetry-bom-alpha:${otelSdkAlphaVersion} " ,
35- " org.junit:junit-bom:5.10.1 " ,
35+ " org.junit:junit-bom:5.10.2 " ,
3636 " org.testcontainers:testcontainers-bom:1.19.4" ,
3737 " org.spockframework:spock-bom:2.4-M1-groovy-4.0"
3838)
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ subprojects {
3434 opentelemetryJavaagentAlpha : " 2.1.0-alpha-SNAPSHOT" ,
3535
3636 autoservice : " 1.1.1" ,
37- junit : " 5.10.1 "
37+ junit : " 5.10.2 "
3838 ]
3939
4040 deps = [
Original file line number Diff line number Diff line change 2929 opentelemetryJavaagent : " 2.1.0-SNAPSHOT" ,
3030 opentelemetryJavaagentAlpha : " 2.1.0-alpha-SNAPSHOT" ,
3131
32- junit : " 5.10.1 "
32+ junit : " 5.10.2 "
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.25.2" )
4545
46- testImplementation(enforcedPlatform(" org.junit:junit-bom:5.10.1 " ))
46+ testImplementation(enforcedPlatform(" org.junit:junit-bom:5.10.2 " ))
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