File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ repositories {
18
18
dependencies {
19
19
implementation(enforcedPlatform(" org.junit:junit-bom:5.10.2" ))
20
20
21
- testImplementation(" org.testcontainers:testcontainers:1.19.6 " )
22
- testImplementation(" org.testcontainers:postgresql:1.19.6 " )
21
+ testImplementation(" org.testcontainers:testcontainers:1.19.7 " )
22
+ testImplementation(" org.testcontainers:postgresql:1.19.7 " )
23
23
testImplementation(" org.junit.jupiter:junit-jupiter-api" )
24
24
testImplementation(" org.junit.jupiter:junit-jupiter-params" )
25
25
testImplementation(" com.squareup.okhttp3:okhttp:4.12.0" )
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ val DEPENDENCY_BOMS = listOf(
33
33
" io.opentelemetry:opentelemetry-bom:${otelSdkVersion} " ,
34
34
" io.opentelemetry:opentelemetry-bom-alpha:${otelSdkAlphaVersion} " ,
35
35
" org.junit:junit-bom:5.10.2" ,
36
- " org.testcontainers:testcontainers-bom:1.19.6 " ,
36
+ " org.testcontainers:testcontainers-bom:1.19.7 " ,
37
37
" org.spockframework:spock-bom:2.4-M2-groovy-4.0"
38
38
)
39
39
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ plugins {
3
3
}
4
4
5
5
dependencies {
6
- testImplementation(" org.testcontainers:testcontainers:1.19.6 " )
6
+ testImplementation(" org.testcontainers:testcontainers:1.19.7 " )
7
7
testImplementation(" com.fasterxml.jackson.core:jackson-databind:2.16.1" )
8
8
testImplementation(" com.google.protobuf:protobuf-java-util:3.25.3" )
9
9
testImplementation(" com.squareup.okhttp3:okhttp:4.12.0" )
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ dependencies {
99
99
implementation ' org.apache.commons:commons-lang3:3.14.0'
100
100
101
101
// All dependencies below are only for tests
102
- testImplementation(" org.testcontainers:testcontainers:1.19.6 " )
102
+ testImplementation(" org.testcontainers:testcontainers:1.19.7 " )
103
103
testImplementation(" com.fasterxml.jackson.core:jackson-databind:2.16.1" )
104
104
testImplementation(" com.google.protobuf:protobuf-java-util:3.25.3" )
105
105
testImplementation(" com.squareup.okhttp3:okhttp:4.12.0" )
You can’t perform that action at this time.
0 commit comments