This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push: new 4ed0aea99a2 Upgrade Jgroups to version 5.3.0.Final (#11372) 4ed0aea99a2 is described below commit 4ed0aea99a2c16eab209318c84c75b49ba1d6cf1 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Wed Sep 13 07:45:58 2023 +0200 Upgrade Jgroups to version 5.3.0.Final (#11372) Signed-off-by: Andrea Cosentino <anco...@gmail.com> --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index 7fb27ef9e2b..8673779b14b 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -263,7 +263,7 @@ <jetty-runner-groupId>org.eclipse.jetty</jetty-runner-groupId> <jettison-version>1.5.4</jettison-version> <jgit-version>6.6.1.202309021850-r</jgit-version> - <jgroups-version>5.2.17.Final</jgroups-version> + <jgroups-version>5.3.0.Final</jgroups-version> <jgroups-raft-version>1.0.11.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>