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 {
16
16
}
17
17
18
18
dependencies {
19
- implementation(enforcedPlatform(" org.junit:junit-bom:5.13.1 " ))
19
+ implementation(enforcedPlatform(" org.junit:junit-bom:5.13.2 " ))
20
20
21
21
testImplementation(" org.testcontainers:testcontainers:1.21.2" )
22
22
testImplementation(" org.testcontainers:postgresql:1.21.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.2.0" )
72
72
implementation(" me.champeau.gradle:japicmp-gradle-plugin:0.4.6" )
73
73
74
- testImplementation(enforcedPlatform(" org.junit:junit-bom:5.13.1 " ))
74
+ testImplementation(enforcedPlatform(" org.junit:junit-bom:5.13.2 " ))
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 @@ -69,7 +69,7 @@ subprojects {
69
69
70
70
testImplementation(" org.mockito:mockito-core:5.18.0" )
71
71
72
- testImplementation(enforcedPlatform(" org.junit:junit-bom:5.13.1 " ))
72
+ testImplementation(enforcedPlatform(" org.junit:junit-bom:5.13.2 " ))
73
73
testImplementation(" org.junit.jupiter:junit-jupiter-api" )
74
74
testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine" )
75
75
testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ dependencies {
104
104
testImplementation(" io.opentelemetry:opentelemetry-api" )
105
105
testImplementation(" io.opentelemetry.proto:opentelemetry-proto:1.7.0-alpha" )
106
106
107
- testImplementation(enforcedPlatform(" org.junit:junit-bom:5.13.1 " ))
107
+ testImplementation(enforcedPlatform(" org.junit:junit-bom:5.13.2 " ))
108
108
testImplementation(" org.junit.jupiter:junit-jupiter-api" )
109
109
testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine" )
110
110
testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
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.13.1 " ))
47
+ testImplementation(enforcedPlatform(" org.junit:junit-bom:5.13.2 " ))
48
48
testImplementation(" org.junit.jupiter:junit-jupiter-api" )
49
49
testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine" )
50
50
testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ dependencies {
12
12
implementation(" com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.19.1" )
13
13
implementation(" io.opentelemetry:opentelemetry-sdk-common" )
14
14
15
- testImplementation(enforcedPlatform(" org.junit:junit-bom:5.13.1 " ))
15
+ testImplementation(enforcedPlatform(" org.junit:junit-bom:5.13.2 " ))
16
16
testImplementation(" org.assertj:assertj-core:3.27.3" )
17
17
testImplementation(" org.junit.jupiter:junit-jupiter-api" )
18
18
testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine" )
You can’t perform that action at this time.
0 commit comments