Skip to content

Commit f240165

Browse files
committed
Stick to JGroups 5.4.x
5.5.x requires Java 17.
1 parent c04a4ea commit f240165

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ updates:
88
interval: "daily"
99
open-pull-requests-limit: 20
1010
ignore:
11+
- dependency-name: "org.jgroups:jgroups"
12+
versions: ["[5.5,)"]
1113
- dependency-name: "ch.qos.logback:logback-classic"
1214
versions: [ "[1.4,)" ]
1315
- dependency-name: "org.springframework.boot:spring-boot-maven-plugin"

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<commons-cli.version>1.10.0</commons-cli.version>
6161
<metrics.version>4.2.37</metrics.version>
6262
<micrometer.version>1.15.4</micrometer.version>
63-
<jgroups.version>5.5.0.Final</jgroups.version>
63+
<jgroups.version>5.4.11.Final</jgroups.version>
6464
<jgroups-kubernetes.version>2.0.2.Final</jgroups-kubernetes.version>
6565
<netty.version>4.2.6.Final</netty.version>
6666
<gson.version>2.13.2</gson.version>

0 commit comments

Comments
 (0)