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 1aa8619 commit b2a25dcCopy full SHA for b2a25dc
build.gradle
@@ -133,7 +133,7 @@ testing {
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.1'
+ implementation 'org.testcontainers:testcontainers:1.20.2'
137
}
138
139
withType(JvmTestSuite).configureEach {
0 commit comments