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.4 " ))
19
+ implementation(enforcedPlatform(" org.junit:junit-bom:5.12.0 " ))
20
20
21
21
testImplementation(" org.testcontainers:testcontainers:1.20.5" )
22
22
testImplementation(" org.testcontainers:postgresql:1.20.5" )
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.2.0" )
72
72
implementation(" me.champeau.gradle:japicmp-gradle-plugin:0.4.6" )
73
73
74
- testImplementation(enforcedPlatform(" org.junit:junit-bom:5.11.4 " ))
74
+ testImplementation(enforcedPlatform(" org.junit:junit-bom:5.12.0 " ))
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.27.3" )
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ val CORE_DEPENDENCIES = listOf(
81
81
// There are dependencies included here that appear to have no usages, but are maintained at
82
82
// this top level to help consistently satisfy large numbers of transitive dependencies.
83
83
val DEPENDENCIES = listOf (
84
- " org.junit.jupiter:junit-jupiter-api:5.11.4 " ,
84
+ " org.junit.jupiter:junit-jupiter-api:5.12.0 " ,
85
85
" org.spockframework:spock-core:2.4-M5-groovy-4.0" ,
86
86
" org.spockframework:spock-junit4:2.4-M5-groovy-4.0" ,
87
87
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ subprojects {
34
34
opentelemetryJavaagentAlpha : " 2.14.0-alpha-SNAPSHOT" ,
35
35
36
36
autoservice : " 1.1.1" ,
37
- junit : " 5.11.4 "
37
+ junit : " 5.12.0 "
38
38
]
39
39
40
40
deps = [
Original file line number Diff line number Diff line change 29
29
opentelemetryJavaagent : " 2.14.0-SNAPSHOT" ,
30
30
opentelemetryJavaagentAlpha : " 2.14.0-alpha-SNAPSHOT" ,
31
31
32
- junit : " 5.11.4 "
32
+ junit : " 5.12.0 "
33
33
]
34
34
35
35
deps = [
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ dependencies {
44
44
45
45
testImplementation(" org.assertj:assertj-core:3.27.3" )
46
46
47
- testImplementation(enforcedPlatform(" org.junit:junit-bom:5.11.4 " ))
47
+ testImplementation(enforcedPlatform(" org.junit:junit-bom:5.12.0 " ))
48
48
testImplementation(" org.junit.jupiter:junit-jupiter-api" )
49
49
testImplementation(" org.junit.jupiter:junit-jupiter-params" )
50
50
testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine" )
You can’t perform that action at this time.
0 commit comments