This is an automated email from the ASF dual-hosted git repository.
lburgazzoli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push:
new 0056199 Upgrade testcontainers-java to v1.8.2
0056199 is described below
commit 0056199b7d27cfa18e2b474388bd52ffd03c5e56
Author: lburgazzoli <[email protected]>
AuthorDate: Tue Jul 31 15:57:02 2018 +0200
Upgrade testcontainers-java to v1.8.2
---
platforms/spring-boot/spring-boot-dm/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/platforms/spring-boot/spring-boot-dm/pom.xml
b/platforms/spring-boot/spring-boot-dm/pom.xml
index 140ca08..336c377 100644
--- a/platforms/spring-boot/spring-boot-dm/pom.xml
+++ b/platforms/spring-boot/spring-boot-dm/pom.xml
@@ -47,7 +47,7 @@
<!-- Needed by BOM generator-->
<avro-version>1.8.2</avro-version>
<jackson-version>1.9.12</jackson-version>
- <testcontainers-version>1.8.1</testcontainers-version>
+ <testcontainers-version>1.8.2</testcontainers-version>
<!-- needed for testing -->
<curator-version>2.12.0</curator-version>