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