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 a2f4e2d Upgrade Jgroups to version 4.1.2.Final
a2f4e2d is described below
commit a2f4e2d86e9d9d66cab09e8834365cc99f5b7c22
Author: Andrea Cosentino <ancosen@gmail.com>
AuthorDate: Wed Aug 21 12:10:46 2019 +0200
Upgrade Jgroups to version 4.1.2.Final
---
parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index a9608ca..52b7a46 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -350,7 +350,7 @@
<jetty-runner-groupId>org.eclipse.jetty</jetty-runner-groupId>
<jettison-version>1.4.0</jettison-version>
<jgit-version>5.4.0.201906121030-r</jgit-version>
- <jgroups-version>4.1.1.Final</jgroups-version>
+ <jgroups-version>4.1.2.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>
|