We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad4b960 commit 3741d1cCopy full SHA for 3741d1c
build.gradle
@@ -131,9 +131,9 @@ testing {
131
integrationTest(JvmTestSuite) {
132
dependencies {
133
implementation project
134
- implementation 'org.testcontainers:junit-jupiter:1.20.2'
135
- implementation 'org.testcontainers:localstack:1.20.2'
136
- implementation 'org.testcontainers:testcontainers:1.20.2'
+ implementation 'org.testcontainers:junit-jupiter:1.20.3'
+ implementation 'org.testcontainers:localstack:1.20.3'
+ implementation 'org.testcontainers:testcontainers:1.20.3'
137
}
138
139
withType(JvmTestSuite).configureEach {
0 commit comments