mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-10 15:32:05 -03:30
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:
parent
7d8dfcde75
commit
5a8c014cb5
7
pom.xml
7
pom.xml
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user