Commit 8fb6443 1 parent 2fc47b5 commit 8fb6443 Copy full SHA for 8fb6443
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.12.0 " ))
19
+ implementation(enforcedPlatform(" org.junit:junit-bom:5.12.1 " ))
20
20
21
21
testImplementation(" org.testcontainers:testcontainers:1.20.6" )
22
22
testImplementation(" org.testcontainers:postgresql:1.20.6" )
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.12.0 " ))
74
+ testImplementation(enforcedPlatform(" org.junit:junit-bom:5.12.1 " ))
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.16.0" )
71
71
72
- testImplementation(enforcedPlatform(" org.junit:junit-bom:5.12.0 " ))
72
+ testImplementation(enforcedPlatform(" org.junit:junit-bom:5.12.1 " ))
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.5.0-alpha" )
106
106
107
- testImplementation(enforcedPlatform(" org.junit:junit-bom:5.12.0 " ))
107
+ testImplementation(enforcedPlatform(" org.junit:junit-bom:5.12.1 " ))
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.12.0 " ))
47
+ testImplementation(enforcedPlatform(" org.junit:junit-bom:5.12.1 " ))
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 @@ -9,7 +9,7 @@ otelJava {
9
9
dependencies {
10
10
implementation(" org.yaml:snakeyaml:2.4" )
11
11
12
- testImplementation(enforcedPlatform(" org.junit:junit-bom:5.12.0 " ))
12
+ testImplementation(enforcedPlatform(" org.junit:junit-bom:5.12.1 " ))
13
13
testImplementation(" org.assertj:assertj-core:3.27.3" )
14
14
testImplementation(" org.junit.jupiter:junit-jupiter-api" )
15
15
testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine" )
You can’t perform that action at this time.
0 commit comments