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 de2d3e4 commit bd35af2Copy full SHA for bd35af2
build.gradle
@@ -161,9 +161,9 @@ testing {
161
integrationTest(JvmTestSuite) {
162
dependencies {
163
implementation(project())
164
- implementation('org.testcontainers:junit-jupiter:1.21.0')
165
- implementation('org.testcontainers:localstack:1.21.0')
166
- implementation('org.testcontainers:testcontainers:1.21.0')
+ implementation('org.testcontainers:junit-jupiter:1.21.1')
+ implementation('org.testcontainers:localstack:1.21.1')
+ implementation('org.testcontainers:testcontainers:1.21.1')
167
}
168
169
withType(JvmTestSuite).configureEach {
0 commit comments