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 2020/01/03 09:46:19 UTC

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

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

acosentino 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 8bda5d2  Upgrade Awaitility to version 4.0.2
8bda5d2 is described below

commit 8bda5d2f6f418da2d66b9ee27dbc390c95b6f458
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Jan 3 10:45:35 2020 +0100

    Upgrade Awaitility to version 4.0.2
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index c221a00..96a40bf 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -84,7 +84,7 @@
         <avro-ipc-netty-version>1.9.1</avro-ipc-netty-version>
         <!-- these two avro bundles relates to camel-hdfs karaf feature -->
         <avro-bundle-version>1.9.1_1</avro-bundle-version>
-        <awaitility-version>4.0.1</awaitility-version>
+        <awaitility-version>4.0.2</awaitility-version>
         <aws-java-sdk-bundle-version>1.11.681_1</aws-java-sdk-bundle-version>
         <aws-java-sdk-version>1.11.681</aws-java-sdk-version>
         <aws-java-sdk-swf-libs>1.11.22</aws-java-sdk-swf-libs>