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 2019/11/13 08:01:28 UTC

[camel] branch master updated: Upgrade Jgroups to version 4.1.8.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 e4fe647  Upgrade Jgroups to version 4.1.8.Final
e4fe647 is described below

commit e4fe647ccc8baad8dab6a90522225291795b64c0
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Nov 13 09:00:54 2019 +0100

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

diff --git a/parent/pom.xml b/parent/pom.xml
index cf1623b..e42fef5 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -353,7 +353,7 @@
         <jetty-runner-groupId>org.eclipse.jetty</jetty-runner-groupId>
         <jettison-version>1.4.0</jettison-version>
         <jgit-version>5.5.1.201910021850-r</jgit-version>
-        <jgroups-version>4.1.7.Final</jgroups-version>
+        <jgroups-version>4.1.8.Final</jgroups-version>
         <jgroups-raft-version>0.5.0.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>