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.12.0" ))
20
20
21
- testImplementation(" org.testcontainers:testcontainers:1.20.5 " )
22
- testImplementation(" org.testcontainers:postgresql:1.20.5 " )
21
+ testImplementation(" org.testcontainers:testcontainers:1.20.6 " )
22
+ testImplementation(" org.testcontainers:postgresql:1.20.6 " )
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
" org.apache.groovy:groovy-bom:${groovyVersion} " ,
34
34
" io.opentelemetry:opentelemetry-bom:${otelSdkVersion} " ,
35
35
" io.opentelemetry:opentelemetry-bom-alpha:${otelSdkAlphaVersion} " ,
36
- " org.testcontainers:testcontainers-bom:1.20.5 "
36
+ " org.testcontainers:testcontainers-bom:1.20.6 "
37
37
)
38
38
39
39
val autoServiceVersion = " 1.1.1"
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.20.5 " )
6
+ testImplementation(" org.testcontainers:testcontainers:1.20.6 " )
7
7
testImplementation(" com.fasterxml.jackson.core:jackson-databind:2.18.3" )
8
8
testImplementation(" com.google.protobuf:protobuf-java-util:4.29.3" )
9
9
testImplementation(" com.squareup.okhttp3:okhttp:4.12.0" )
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ dependencies {
97
97
implementation ' org.apache.commons:commons-lang3:3.17.0'
98
98
99
99
// All dependencies below are only for tests
100
- testImplementation(" org.testcontainers:testcontainers:1.20.5 " )
100
+ testImplementation(" org.testcontainers:testcontainers:1.20.6 " )
101
101
testImplementation(" com.fasterxml.jackson.core:jackson-databind:2.18.3" )
102
102
testImplementation(" com.google.protobuf:protobuf-java-util:4.29.3" )
103
103
testImplementation(" com.squareup.okhttp3:okhttp:4.12.0" )
You can’t perform that action at this time.
0 commit comments