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