We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7b216d commit af1d8d3Copy full SHA for af1d8d3
build.gradle
@@ -168,9 +168,9 @@ testing {
168
integrationTest(JvmTestSuite) {
169
dependencies {
170
implementation(project())
171
- implementation('org.testcontainers:junit-jupiter:1.21.2')
172
- implementation('org.testcontainers:localstack:1.21.2')
173
- implementation('org.testcontainers:testcontainers:1.21.2')
+ implementation('org.testcontainers:junit-jupiter:1.21.3')
+ implementation('org.testcontainers:localstack:1.21.3')
+ implementation('org.testcontainers:testcontainers:1.21.3')
174
}
175
176
withType(JvmTestSuite).configureEach {
0 commit comments