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/07 06:17:09 UTC

[camel] branch main updated: Upgrade redisson 3.22.1

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


The following commit(s) were added to refs/heads/main by this push:
     new f40fd502edd Upgrade redisson 3.22.1
f40fd502edd is described below

commit f40fd502edde5bbe16f13eed1eb1db8a4efd9dd2
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Fri Jul 7 08:16:43 2023 +0200

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

diff --git a/parent/pom.xml b/parent/pom.xml
index a648ddc3ee2..6be91793c83 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -415,7 +415,7 @@
         <reactive-streams-version>1.0.4</reactive-streams-version>
         <reactor-version>3.5.6</reactor-version>
         <reactor-netty-version>1.1.6</reactor-netty-version>
-        <redisson-version>3.22.0</redisson-version>
+        <redisson-version>3.22.1</redisson-version>
         <resilience4j-version>2.0.2</resilience4j-version>
         <rest-assured-version>5.3.0</rest-assured-version>
         <roaster-version>2.28.0.Final</roaster-version>