Skip to content

Commit 4bccfb5

Browse files
committed
DATAJDBC-214 - Upgrading Testcontainers dependencies.
The now superfluous explicit dependency on apache commons is removed.
1 parent be4a2b3 commit 4bccfb5

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

pom.xml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<mysql-connector-java.version>5.1.41</mysql-connector-java.version>
3434
<postgresql.version>42.0.0</postgresql.version>
3535
<mariadb-java-client.version>2.2.3</mariadb-java-client.version>
36-
<testcontainers.version>1.7.2</testcontainers.version>
36+
<testcontainers.version>1.7.3</testcontainers.version>
3737

3838
</properties>
3939

@@ -262,13 +262,6 @@
262262
<version>${testcontainers.version}</version>
263263
<scope>test</scope>
264264
</dependency>
265-
<!-- Workaround for https://github.com/testcontainers/testcontainers-java/issues/656-->
266-
<dependency>
267-
<groupId>commons-lang</groupId>
268-
<artifactId>commons-lang</artifactId>
269-
<version>2.6</version>
270-
<scope>test</scope>
271-
</dependency>
272265

273266
</dependencies>
274267

0 commit comments

Comments
 (0)