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/08/30 11:06:53 UTC

[camel] 02/05: Upgrade Jgroups used by jgroups-raft to version 4.0.20.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

commit b914607b6ee5ca81f04a4c7149e26fcee8055f40
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Aug 30 12:03:11 2019 +0200

    Upgrade Jgroups used by jgroups-raft to version 4.0.20.Final
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index cb540c3..de2ca0f 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -351,7 +351,7 @@
         <jgit-version>5.4.2.201908231537-r</jgit-version>
         <jgroups-version>4.1.4.Final</jgroups-version>
         <jgroups-raft-version>0.4.3.Final</jgroups-raft-version>
-        <jgroups-raft-jgroups-version>4.0.15.Final</jgroups-raft-jgroups-version>
+        <jgroups-raft-jgroups-version>4.0.20.Final</jgroups-raft-jgroups-version>
         <jgroups-raft-leveldbjni-version>1.8</jgroups-raft-leveldbjni-version>
         <jgroups-raft-mapdb-version>1.0.8</jgroups-raft-mapdb-version>
         <jira-guava-version>20.0</jira-guava-version>