File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ repositories {
1818dependencies {
1919 implementation(enforcedPlatform(" org.junit:junit-bom:5.11.1" ))
2020
21- testImplementation(" org.testcontainers:testcontainers:1.20.1 " )
22- testImplementation(" org.testcontainers:postgresql:1.20.1 " )
21+ testImplementation(" org.testcontainers:testcontainers:1.20.2 " )
22+ testImplementation(" org.testcontainers:postgresql:1.20.2 " )
2323 testImplementation(" org.junit.jupiter:junit-jupiter-api" )
2424 testImplementation(" org.junit.jupiter:junit-jupiter-params" )
2525 testImplementation(" com.squareup.okhttp3:okhttp:4.12.0" )
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ val DEPENDENCY_BOMS = listOf(
3434 " io.opentelemetry:opentelemetry-bom:${otelSdkVersion} " ,
3535 " io.opentelemetry:opentelemetry-bom-alpha:${otelSdkAlphaVersion} " ,
3636 " org.junit:junit-bom:5.11.1" ,
37- " org.testcontainers:testcontainers-bom:1.20.1 " ,
37+ " org.testcontainers:testcontainers-bom:1.20.2 " ,
3838 " org.spockframework:spock-bom:2.4-M4-groovy-4.0"
3939)
4040
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ plugins {
33}
44
55dependencies {
6- testImplementation(" org.testcontainers:testcontainers:1.20.1 " )
6+ testImplementation(" org.testcontainers:testcontainers:1.20.2 " )
77 testImplementation(" com.fasterxml.jackson.core:jackson-databind:2.18.0" )
88 testImplementation(" com.google.protobuf:protobuf-java-util:3.25.5" )
99 testImplementation(" com.squareup.okhttp3:okhttp:4.12.0" )
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ dependencies {
9999 implementation ' org.apache.commons:commons-lang3:3.17.0'
100100
101101 // All dependencies below are only for tests
102- testImplementation(" org.testcontainers:testcontainers:1.20.1 " )
102+ testImplementation(" org.testcontainers:testcontainers:1.20.2 " )
103103 testImplementation(" com.fasterxml.jackson.core:jackson-databind:2.18.0" )
104104 testImplementation(" com.google.protobuf:protobuf-java-util:3.25.5" )
105105 testImplementation(" com.squareup.okhttp3:okhttp:4.12.0" )
You can’t perform that action at this time.
0 commit comments