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 2021/01/31 15:55:46 UTC

[camel] 02/07: CAMEL-16120: Upgrade resilience4j to 1.7

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

commit fbffe84195e567bb9b0dba2315acf0b386891d4e
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Sun Jan 31 13:37:03 2021 +0100

    CAMEL-16120: Upgrade resilience4j to 1.7
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index eba2b7e..08a9679 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -473,7 +473,7 @@
         <reactor-netty-version>1.0.2</reactor-netty-version>
         <redisson-version>3.14.0</redisson-version>
         <rescu-version>2.0.2</rescu-version>
-        <resilience4j-version>1.6.1</resilience4j-version>
+        <resilience4j-version>1.7.0</resilience4j-version>
         <rest-assured-version>4.3.3</rest-assured-version>
         <resteasy-version>4.5.6.Final</resteasy-version>
         <rhino-version>1.7.7.1</rhino-version>