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 2023/07/17 05:47:40 UTC

[camel] 10/24: Upgrade resilience4j 2.1.0

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

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit b3dad93227b31642f0f0ec1300b7f24ed8b2ec7a
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Jul 17 07:26:58 2023 +0200

    Upgrade resilience4j 2.1.0
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 54906657188..d07cc4c5ce0 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -415,7 +415,7 @@
         <reactor-version>3.5.8</reactor-version>
         <reactor-netty-version>1.1.9</reactor-netty-version>
         <redisson-version>3.22.1</redisson-version>
-        <resilience4j-version>2.0.2</resilience4j-version>
+        <resilience4j-version>2.1.0</resilience4j-version>
         <rest-assured-version>5.3.1</rest-assured-version>
         <roaster-version>2.28.0.Final</roaster-version>
         <robotframework-version>4.1.2</robotframework-version>