Upgrade to ISPN 15.0.11.Final

Closes #34931

Signed-off-by: Pedro Ruivo <pruivo@redhat.com>
Signed-off-by: Alexander Schwartz <aschwart@redhat.com>
Co-authored-by: Alexander Schwartz <aschwart@redhat.com>
This commit is contained in:
Pedro Ruivo 2024-11-15 12:38:50 +00:00 • committed by GitHub
parent bf5a80a757
commit 837fbf85f4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 21 deletions

23
pom.xml
View file

@ -96,10 +96,8 @@
<h2.version>2.3.230</h2.version>
<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.10.Final</infinispan.version>
<!-- version number is needed for the proto-schema-compatibility-maven-plugin and needs to be in-sync with the version used in Infinispan -->
<protostream.version>5.0.8.Final</protostream.version>
<!-- protostream.plugin.version property can be replaced with protostream.version once protostream.version >= 5.0.10.Final -->
<infinispan.version>15.0.11.Final</infinispan.version>
<!-- protostream.plugin.version property can be replaced with protostream.version once protostream.version >= 5.0.12.Final (IPROTO-395) -->
<protostream.plugin.version>5.0.12.Final</protostream.plugin.version>
<!--JAKARTA-->
@ -1294,23 +1292,6 @@
<type>test-jar</type>
<version>${infinispan.version}</version>
</dependency>
<dependency>
<groupId>org.infinispan.protostream</groupId>
<artifactId>protostream</artifactId>
<version>${protostream.version}</version>
</dependency>
<dependency>
<groupId>org.infinispan.protostream</groupId>
<artifactId>protostream-types</artifactId>
<version>${protostream.version}</version>
</dependency>
<dependency>
<groupId>org.infinispan.protostream</groupId>
<artifactId>protostream-processor</artifactId>
<version>${protostream.version}</version>
<!-- compile-only dependency -->
<scope>provided</scope>
</dependency>
</dependencies>
</dependencyManagement>

View file

@ -573,6 +573,13 @@
<dependency>
<groupId>org.infinispan</groupId>
<artifactId>infinispan-commons</artifactId>
<exclusions>
<exclusion>
<!-- compile-only dependency -->
<groupId>org.infinispan.protostream</groupId>
<artifactId>protostream-processor</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.infinispan</groupId>