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 5274e9c commit f3a7034Copy full SHA for f3a7034
build.gradle
@@ -131,9 +131,9 @@ testing {
131
integrationTest(JvmTestSuite) {
132
dependencies {
133
implementation project
134
- implementation 'org.testcontainers:junit-jupiter:1.20.6'
135
- implementation 'org.testcontainers:localstack:1.20.6'
136
- implementation 'org.testcontainers:testcontainers:1.20.6'
+ implementation 'org.testcontainers:junit-jupiter:1.21.0'
+ implementation 'org.testcontainers:localstack:1.21.0'
+ implementation 'org.testcontainers:testcontainers:1.21.0'
137
}
138
139
withType(JvmTestSuite).configureEach {
0 commit comments