Upgrade to latest JGroups patch version to resolve thread pinning (#37286)

Closes #37285

Signed-off-by: Alexander Schwartz <aschwart@redhat.com>
This commit is contained in:
Alexander Schwartz 2025-02-12 13:34:20 +01:00 committed by GitHub
parent 7d8dfcde75
commit 5a8c014cb5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -97,6 +97,8 @@
<hibernate-orm.plugin.version>6.2.13.Final</hibernate-orm.plugin.version>
<hibernate.c3p0.version>6.2.13.Final</hibernate.c3p0.version>
<infinispan.version>15.0.13.Final</infinispan.version>
<!-- remove the JGroups version once it is included in an Infinispan upgrade -->
<jgroups.version>5.3.15.Final</jgroups.version>
<protostream.plugin.version>5.0.13.Final</protostream.plugin.version>
<!--JAKARTA-->
@ -310,6 +312,11 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.jgroups</groupId>
<artifactId>jgroups</artifactId>
<version>${jgroups.version}</version>
</dependency>
<dependency>
<groupId>io.quarkus.platform</groupId>
<artifactId>quarkus-bom</artifactId>