Skip to content

Commit fe36834

Browse files
committed
GEODE-10459: upgrade testcontainers
The acceptance tests appear to fail because `docker-compose` does not exist. Likely the GHA machines have moved to the new `docker compose` convention. This attempts upgrading testcontainers, as testcontainers is what's starting docker compose, and newer versions indeed do it through the `docker` executable.
1 parent c13cf47 commit fe36834

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-tools/geode-dependency-management/src/main/groovy/org/apache/geode/gradle/plugins/DependencyConstraints.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ class DependencyConstraints {
166166
api(group: 'org.springframework.hateoas', name: 'spring-hateoas', version: '1.5.0')
167167
api(group: 'org.springframework.ldap', name: 'spring-ldap-core', version: '2.4.0')
168168
api(group: 'org.springframework.shell', name: 'spring-shell', version: get('springshell.version'))
169-
api(group: 'org.testcontainers', name: 'testcontainers', version: '1.17.6')
169+
api(group: 'org.testcontainers', name: 'testcontainers', version: '1.21.3')
170170
api(group: 'pl.pragmatists', name: 'JUnitParams', version: '1.1.0')
171171
api(group: 'xerces', name: 'xercesImpl', version: '2.12.0')
172172
api(group: 'xml-apis', name: 'xml-apis', version: '1.4.01')

0 commit comments

Comments
 (0)