We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc9b98c commit e2f0b58Copy full SHA for e2f0b58
build.gradle
@@ -122,9 +122,9 @@ dependencies {
122
testImplementation group: "io.kestra", name: "repository-memory"
123
124
// 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"
+ testImplementation "org.testcontainers:testcontainers:1.20.4"
+ testImplementation "org.testcontainers:junit-jupiter:1.20.4"
+ testImplementation "org.testcontainers:localstack:1.20.4"
128
testImplementation 'com.amazonaws:aws-java-sdk-s3'
129
}
130
0 commit comments