File tree 6 files changed +6
-6
lines changed
6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ repositories {
16
16
}
17
17
18
18
dependencies {
19
- implementation(enforcedPlatform(" org.junit:junit-bom:5.11.2 " ))
19
+ implementation(enforcedPlatform(" org.junit:junit-bom:5.11.3 " ))
20
20
21
21
testImplementation(" org.testcontainers:testcontainers:1.20.2" )
22
22
testImplementation(" org.testcontainers:postgresql:1.20.2" )
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ dependencies {
71
71
implementation(" net.ltgt.gradle:gradle-nullaway-plugin:2.1.0" )
72
72
implementation(" me.champeau.gradle:japicmp-gradle-plugin:0.4.4" )
73
73
74
- testImplementation(enforcedPlatform(" org.junit:junit-bom:5.11.2 " ))
74
+ testImplementation(enforcedPlatform(" org.junit:junit-bom:5.11.3 " ))
75
75
testImplementation(" org.junit.jupiter:junit-jupiter-api" )
76
76
testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine" )
77
77
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(
33
33
" org.apache.groovy:groovy-bom:${groovyVersion} " ,
34
34
" io.opentelemetry:opentelemetry-bom:${otelSdkVersion} " ,
35
35
" io.opentelemetry:opentelemetry-bom-alpha:${otelSdkAlphaVersion} " ,
36
- " org.junit:junit-bom:5.11.2 " ,
36
+ " org.junit:junit-bom:5.11.3 " ,
37
37
" org.testcontainers:testcontainers-bom:1.20.2" ,
38
38
" org.spockframework:spock-bom:2.4-M4-groovy-4.0"
39
39
)
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ subprojects {
34
34
opentelemetryJavaagentAlpha : " 2.10.0-alpha-SNAPSHOT" ,
35
35
36
36
autoservice : " 1.1.1" ,
37
- junit : " 5.11.2 "
37
+ junit : " 5.11.3 "
38
38
]
39
39
40
40
deps = [
Original file line number Diff line number Diff line change 29
29
opentelemetryJavaagent : " 2.10.0-SNAPSHOT" ,
30
30
opentelemetryJavaagentAlpha : " 2.10.0-alpha-SNAPSHOT" ,
31
31
32
- junit : " 5.11.2 "
32
+ junit : " 5.11.3 "
33
33
]
34
34
35
35
deps = [
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ dependencies {
43
43
44
44
testImplementation(" org.assertj:assertj-core:3.26.3" )
45
45
46
- testImplementation(enforcedPlatform(" org.junit:junit-bom:5.11.2 " ))
46
+ testImplementation(enforcedPlatform(" org.junit:junit-bom:5.11.3 " ))
47
47
testImplementation(" org.junit.jupiter:junit-jupiter-api" )
48
48
testImplementation(" org.junit.jupiter:junit-jupiter-params" )
49
49
testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine" )
You can’t perform that action at this time.
0 commit comments