We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac3e823 commit 7f0c331Copy full SHA for 7f0c331
build.gradle
@@ -127,7 +127,7 @@ testing {
127
integrationTest(JvmTestSuite) {
128
dependencies {
129
implementation project
130
- implementation 'org.testcontainers:junit-jupiter:1.19.5'
+ implementation 'org.testcontainers:junit-jupiter:1.19.6'
131
implementation 'org.testcontainers:localstack:1.19.5'
132
implementation 'org.testcontainers:testcontainers:1.19.5'
133
}
0 commit comments