You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2020/12/14 12:07:52 UTC

[camel] branch master updated: CAMEL-15934: camel-resilience4j - Upgrade to 1.6.x

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

davsclaus 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 41374b2  CAMEL-15934: camel-resilience4j - Upgrade to 1.6.x
41374b2 is described below

commit 41374b23ab6e102e9abcc5bfc051550cd17fcf2b
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Dec 14 13:05:06 2020 +0100

    CAMEL-15934: camel-resilience4j - Upgrade to 1.6.x
---
 camel-dependencies/pom.xml | 2 +-
 parent/pom.xml             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index 4d4a5de..dcfcaed 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -481,7 +481,7 @@
     <reactor-version>3.2.16.RELEASE</reactor-version>
     <redisson-version>3.13.5</redisson-version>
     <rescu-version>2.0.2</rescu-version>
-    <resilience4j-version>1.5.0</resilience4j-version>
+    <resilience4j-version>1.6.1</resilience4j-version>
     <rest-assured-version>4.3.2</rest-assured-version>
     <resteasy-version>4.5.6.Final</resteasy-version>
     <rhino-js-version>1.7R2</rhino-js-version>
diff --git a/parent/pom.xml b/parent/pom.xml
index a063023..194dd09 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -469,7 +469,7 @@
         <reactor-version>3.2.16.RELEASE</reactor-version>
         <redisson-version>3.13.5</redisson-version>
         <rescu-version>2.0.2</rescu-version>
-        <resilience4j-version>1.5.0</resilience4j-version>
+        <resilience4j-version>1.6.1</resilience4j-version>
         <rest-assured-version>4.3.2</rest-assured-version>
         <resteasy-version>4.5.6.Final</resteasy-version>
         <rhino-version>1.7.7.1</rhino-version>