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