We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed22f85 commit b8e61f5Copy full SHA for b8e61f5
build.gradle
@@ -128,7 +128,7 @@ testing {
128
dependencies {
129
implementation project
130
implementation 'org.testcontainers:junit-jupiter:1.19.5'
131
- implementation 'org.testcontainers:localstack:1.19.4'
+ implementation 'org.testcontainers:localstack:1.19.5'
132
implementation 'org.testcontainers:testcontainers:1.19.4'
133
}
134
0 commit comments