Skip to content

Commit f4ac871

Browse files
authored
Upgrade JGroups to 3.6.20.Final (#7892)
1 parent 6a51368 commit f4ac871

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

boms/geode-all-bom/src/test/resources/expected-pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@
390390
<dependency>
391391
<groupId>org.jgroups</groupId>
392392
<artifactId>jgroups</artifactId>
393-
<version>3.6.14.Final</version>
393+
<version>3.6.20.Final</version>
394394
</dependency>
395395
<dependency>
396396
<groupId>org.mortbay.jetty</groupId>

build-tools/geode-dependency-management/src/main/groovy/org/apache/geode/gradle/plugins/DependencyConstraints.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class DependencyConstraints {
3838
deps.put("commons-validator.version", "1.7")
3939
deps.put("fastutil.version", "8.5.8")
4040
deps.put("javax.transaction-api.version", "1.3")
41-
deps.put("jgroups.version", "3.6.14.Final")
41+
deps.put("jgroups.version", "3.6.20.Final")
4242
deps.put("log4j.version", "2.17.2")
4343
deps.put("micrometer.version", "1.9.1")
4444
deps.put("shiro.version", "1.12.0")

geode-assembly/src/integrationTest/resources/assembly_content.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1025,7 +1025,7 @@ lib/jetty-util-9.4.47.v20220610.jar
10251025
lib/jetty-util-ajax-9.4.47.v20220610.jar
10261026
lib/jetty-webapp-9.4.47.v20220610.jar
10271027
lib/jetty-xml-9.4.47.v20220610.jar
1028-
lib/jgroups-3.6.14.Final.jar
1028+
lib/jgroups-3.6.20.Final.jar
10291029
lib/jline-2.12.jar
10301030
lib/jna-5.11.0.jar
10311031
lib/jna-platform-5.11.0.jar

geode-assembly/src/integrationTest/resources/gfsh_dependency_classpath.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ joda-time-2.10.14.jar
6868
jna-platform-5.11.0.jar
6969
jna-5.11.0.jar
7070
snappy-0.4.jar
71-
jgroups-3.6.14.Final.jar
71+
jgroups-3.6.20.Final.jar
7272
shiro-cache-1.12.0.jar
7373
shiro-crypto-hash-1.12.0.jar
7474
shiro-crypto-cipher-1.12.0.jar

geode-server-all/src/integrationTest/resources/dependency_classpath.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jetty-util-ajax-9.4.47.v20220610.jar
2222
geode-cq-0.0.0.jar
2323
geode-old-client-support-0.0.0.jar
2424
javax.servlet-api-3.1.0.jar
25-
jgroups-3.6.14.Final.jar
25+
jgroups-3.6.20.Final.jar
2626
shiro-cache-1.12.0.jar
2727
httpcore-4.4.15.jar
2828
spring-beans-5.3.21.jar

0 commit comments

Comments
 (0)