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/06/14 06:29:58 UTC

[camel] branch master updated: Upgrade JGroups to version 4.1.1.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 8ee1914  Upgrade JGroups to version 4.1.1.Final
8ee1914 is described below

commit 8ee19146cff5eac1ab128675e292347caaf73ca5
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Jun 14 08:29:26 2019 +0200

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

diff --git a/parent/pom.xml b/parent/pom.xml
index a9b7e0d..747c363 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -379,7 +379,7 @@
         <jetty-runner-groupId>org.eclipse.jetty</jetty-runner-groupId>
         <jettison-version>1.4.0</jettison-version>
         <jgit-version>5.3.2.201906051522-r</jgit-version>
-        <jgroups-version>4.1.0.Final</jgroups-version>
+        <jgroups-version>4.1.1.Final</jgroups-version>
         <jgroups-raft-version>0.4.2.Final</jgroups-raft-version>
         <jgroups-raft-jgroups-version>4.0.15.Final</jgroups-raft-jgroups-version>
         <jgroups-raft-leveldbjni-version>1.8</jgroups-raft-leveldbjni-version>