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 2021/04/28 06:52:29 UTC

[camel] 01/02: Upgrade Jgroups to version 4.2.14.Final

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

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

commit a9a2ae2c19ff629634760f22dc176a86095ab745
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Apr 28 08:47:47 2021 +0200

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

diff --git a/parent/pom.xml b/parent/pom.xml
index f487c40..9015bb1 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -320,7 +320,7 @@
         <jetty-runner-groupId>org.eclipse.jetty</jetty-runner-groupId>
         <jettison-version>1.4.1</jettison-version>
         <jgit-version>5.11.0.202103091610-r</jgit-version>
-        <jgroups-version>4.2.11.Final</jgroups-version>
+        <jgroups-version>4.2.14.Final</jgroups-version>
         <jgroups-raft-version>0.5.3.Final</jgroups-raft-version>
         <jgroups-raft-leveldbjni-version>1.8</jgroups-raft-leveldbjni-version>
         <jgroups-raft-mapdb-version>1.0.8</jgroups-raft-mapdb-version>