From 09a7276e40f8df6dd05e6f3242a26496c7645074 Mon Sep 17 00:00:00 2001 From: Jens Schauder Date: Wed, 16 May 2018 14:44:16 +0200 Subject: [PATCH] DATAJDBC-213 - Upgraded testcontainers dependency. This fixes build failures on Travis-CI. There is an additional test depency to apache commons necessary due to a bug in the testcontainers version. See also: https://github.com/testcontainers/testcontainers-java/issues/656 --- pom.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8250763ca..150c9481e 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ 5.1.41 42.0.0 2.2.3 - 1.6.0 + 1.7.2 @@ -262,6 +262,13 @@ ${testcontainers.version} test + + + commons-lang + commons-lang + 2.6 + test +