You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2018/12/10 07:49:00 UTC

[camel] 04/08: Upgrade Awaitility to version 3.1.5

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch sandbox/camel-3.x
in repository https://gitbox.apache.org/repos/asf/camel.git

commit ee35ebac0860855f41820c754ff39b591989fa38
Author: Pascal Schumacher <pa...@gmx.net>
AuthorDate: Sun Dec 9 11:40:46 2018 +0100

    Upgrade Awaitility to version 3.1.5
---
 parent/pom.xml                                                          | 2 +-
 .../spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index f8077a1..5c03bfb 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -80,7 +80,7 @@
     <avro-version>1.8.2</avro-version>
     <avro-bundle-version>1.8.2_1</avro-bundle-version>
     <avro-ipc-bundle-version>1.8.2_1</avro-ipc-bundle-version>
-    <awaitility-version>3.1.3</awaitility-version>
+    <awaitility-version>3.1.5</awaitility-version>
     <aws-java-sdk-bundle-version>1.11.461_1</aws-java-sdk-bundle-version>
     <aws-java-sdk-version>1.11.461</aws-java-sdk-version>
     <aws-xray-version>2.1.0</aws-xray-version>
diff --git a/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml b/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml
index 4df6506..da5141a 100644
--- a/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml
+++ b/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml
@@ -3397,7 +3397,7 @@
       <dependency>
         <groupId>org.awaitility</groupId>
         <artifactId>awaitility</artifactId>
-        <version>3.1.3</version>
+        <version>3.1.5</version>
       </dependency>
       <dependency>
         <groupId>org.cassandraunit</groupId>