You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pa...@apache.org on 2019/08/31 10:45:34 UTC

[camel] branch master updated: Upgrade Awaitility to version 4.0.0

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

pascalschumacher 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 8dd67cd  Upgrade Awaitility to version 4.0.0
8dd67cd is described below

commit 8dd67cdcfa6e0709709a94a65ce7692eec3ed5f9
Author: Pascal Schumacher <pa...@gmx.net>
AuthorDate: Sat Aug 31 12:45:19 2019 +0200

    Upgrade Awaitility to version 4.0.0
---
 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 de2ca0f..4215c97 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -83,7 +83,7 @@
         <avro-ipc-netty-version>1.9.0</avro-ipc-netty-version>
         <!-- these two avro bundles relates to camel-hdfs karaf feature -->
         <avro-bundle-version>1.8.2_1</avro-bundle-version>
-        <awaitility-version>3.1.6</awaitility-version>
+        <awaitility-version>4.0.0</awaitility-version>
         <aws-java-sdk-bundle-version>1.11.595_1</aws-java-sdk-bundle-version>
         <aws-java-sdk-version>1.11.595</aws-java-sdk-version>
         <aws-java-sdk-swf-libs>1.11.22</aws-java-sdk-swf-libs>
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 998a4f9..e0bc4f8 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
@@ -3716,7 +3716,7 @@
       <dependency>
         <groupId>org.awaitility</groupId>
         <artifactId>awaitility</artifactId>
-        <version>3.1.6</version>
+        <version>4.0.0</version>
       </dependency>
       <dependency>
         <groupId>org.cassandraunit</groupId>