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 303c02a commit cee3082Copy full SHA for cee3082
build.gradle
@@ -127,9 +127,9 @@ testing {
127
integrationTest(JvmTestSuite) {
128
dependencies {
129
implementation project
130
- implementation 'org.testcontainers:junit-jupiter:1.19.6'
131
- implementation 'org.testcontainers:localstack:1.19.6'
132
- implementation 'org.testcontainers:testcontainers:1.19.6'
+ implementation 'org.testcontainers:junit-jupiter:1.19.7'
+ implementation 'org.testcontainers:localstack:1.19.7'
+ implementation 'org.testcontainers:testcontainers:1.19.7'
133
}
134
135
withType(JvmTestSuite).configureEach {
0 commit comments