Skip to content

Commit e2f0b58

Browse files
committed
chore(deps): update testcontainers to 1.20.4
1 parent fc9b98c commit e2f0b58

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,9 @@ dependencies {
122122
testImplementation group: "io.kestra", name: "repository-memory"
123123

124124
// testcontainers
125-
testImplementation "org.testcontainers:testcontainers:1.20.3"
126-
testImplementation "org.testcontainers:junit-jupiter:1.20.3"
127-
testImplementation "org.testcontainers:localstack:1.20.3"
125+
testImplementation "org.testcontainers:testcontainers:1.20.4"
126+
testImplementation "org.testcontainers:junit-jupiter:1.20.4"
127+
testImplementation "org.testcontainers:localstack:1.20.4"
128128
testImplementation 'com.amazonaws:aws-java-sdk-s3'
129129
}
130130

0 commit comments

Comments
 (0)