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/08/26 09:30:19 UTC

[camel] 01/03: Upgrade Jgroups to version 4.2.16.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 0b811bf9d9fc3853e18060da62dd34d5c93f8431
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Aug 26 10:02:56 2021 +0200

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 692463f..913fabe 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -306,7 +306,7 @@
         <jetty-runner-groupId>org.eclipse.jetty</jetty-runner-groupId>
         <jettison-version>1.4.1</jettison-version>
         <jgit-version>5.12.0.202106070339-r</jgit-version>
-        <jgroups-version>4.2.15.Final</jgroups-version>
+        <jgroups-version>4.2.16.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>