We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40ee837 commit 8fccba8Copy full SHA for 8fccba8
build.gradle
@@ -129,7 +129,7 @@ testing {
129
implementation project
130
implementation 'org.testcontainers:junit-jupiter:1.19.5'
131
implementation 'org.testcontainers:localstack:1.19.5'
132
- implementation 'org.testcontainers:testcontainers:1.19.4'
+ implementation 'org.testcontainers:testcontainers:1.19.5'
133
}
134
135
withType(JvmTestSuite).configureEach {
0 commit comments