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 2020/02/26 18:24:06 UTC

[camel] branch master updated: Upgrade Jgroups to version 4.2.0.Final

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 797bc59  Upgrade Jgroups to version 4.2.0.Final
797bc59 is described below

commit 797bc5902c83160c93d550f533abd2f6d3d9081f
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Feb 26 19:21:36 2020 +0100

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

diff --git a/parent/pom.xml b/parent/pom.xml
index caee8a7..9e40d3c 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -355,7 +355,7 @@
         <jetty-runner-groupId>org.eclipse.jetty</jetty-runner-groupId>
         <jettison-version>1.4.0</jettison-version>
         <jgit-version>5.6.1.202002131546-r</jgit-version>
-        <jgroups-version>4.1.9.Final</jgroups-version>
+        <jgroups-version>4.2.0.Final</jgroups-version>
         <jgroups-raft-version>0.5.1.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>