File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ repositories {
18
18
dependencies {
19
19
implementation(enforcedPlatform(" org.junit:junit-bom:5.11.4" ))
20
20
21
- testImplementation(" org.testcontainers:testcontainers:1.20.4 " )
21
+ testImplementation(" org.testcontainers:testcontainers:1.20.5 " )
22
22
testImplementation(" org.testcontainers:postgresql:1.20.5" )
23
23
testImplementation(" org.junit.jupiter:junit-jupiter-api" )
24
24
testImplementation(" org.junit.jupiter:junit-jupiter-params" )
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.4 " )
6
+ testImplementation(" org.testcontainers:testcontainers:1.20.5 " )
7
7
testImplementation(" com.fasterxml.jackson.core:jackson-databind:2.18.2" )
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 @@ -99,7 +99,7 @@ dependencies {
99
99
implementation ' org.apache.commons:commons-lang3:3.17.0'
100
100
101
101
// All dependencies below are only for tests
102
- testImplementation(" org.testcontainers:testcontainers:1.20.4 " )
102
+ testImplementation(" org.testcontainers:testcontainers:1.20.5 " )
103
103
testImplementation(" com.fasterxml.jackson.core:jackson-databind:2.18.2" )
104
104
testImplementation(" com.google.protobuf:protobuf-java-util:4.29.3" )
105
105
testImplementation(" com.squareup.okhttp3:okhttp:4.12.0" )
You can’t perform that action at this time.
0 commit comments