Skip to content
This repository was archived by the owner on Jan 27, 2021. It is now read-only.

Commit 22a4e48

Browse files
GEODE-8758: Downgrade testcontainers from 1.15.0 to 1.14.3 (apache#5804)
1 parent 4ac3b78 commit 22a4e48

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

boms/geode-all-bom/src/test/resources/expected-pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@
532532
<dependency>
533533
<groupId>org.testcontainers</groupId>
534534
<artifactId>testcontainers</artifactId>
535-
<version>1.15.0</version>
535+
<version>1.14.3</version>
536536
<scope>compile</scope>
537537
</dependency>
538538
<dependency>

buildSrc/src/main/groovy/org/apache/geode/gradle/plugins/DependencyConstraints.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ class DependencyConstraints implements Plugin<Project> {
167167
api(group: 'org.springframework.hateoas', name: 'spring-hateoas', version: '1.2.1')
168168
api(group: 'org.springframework.ldap', name: 'spring-ldap-core', version: '2.3.2.RELEASE')
169169
api(group: 'org.springframework.shell', name: 'spring-shell', version: '1.2.0.RELEASE')
170-
api(group: 'org.testcontainers', name: 'testcontainers', version: '1.15.0')
170+
api(group: 'org.testcontainers', name: 'testcontainers', version: '1.14.3')
171171
api(group: 'pl.pragmatists', name: 'JUnitParams', version: '1.1.0')
172172
api(group: 'redis.clients', name: 'jedis', version: '3.3.0')
173173
api(group: 'io.lettuce', name: 'lettuce-core', version: '5.3.5.RELEASE')

0 commit comments

Comments
 (0)