File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -202,7 +202,12 @@ dependencies {
202202 // Needed for snapshot manifest validation
203203 integrationTestImplementation(group : ' com.fasterxml.jackson.datatype' , name : ' jackson-datatype-jsr310' , version : " ${ project.jacksonVersion} " )
204204
205- containerTestImplementation(' com.adobe.testing:s3mock-testcontainers:2.17.0' ) // 3.x version do not support java 11
205+ containerTestImplementation(' com.adobe.testing:s3mock-testcontainers:2.17.0' ) { // 3.x version do not support java 11
206+ // Exclude old testcontainers to force upgrade to 1.21.4 which supports Docker API 1.44+
207+ exclude group : ' org.testcontainers'
208+ }
209+ containerTestImplementation ' org.testcontainers:testcontainers:1.21.4'
210+ containerTestImplementation ' org.testcontainers:junit-jupiter:1.21.4'
206211}
207212
208213test {
You can’t perform that action at this time.
0 commit comments