Skip to content

Commit

Permalink
Updates to Infinispan 14.0.7.Final
Browse files Browse the repository at this point in the history
(cherry picked from commit 7fc4e46)
  • Loading branch information
karesti authored and gsmet committed May 17, 2023
1 parent 3682c5f commit a4e911b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions bom/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@
<junit.jupiter.version>5.9.1</junit.jupiter.version>
<junit-pioneer.version>1.5.0</junit-pioneer.version>
<testng.version>6.14.2</testng.version>
<infinispan.version>14.0.6.Final</infinispan.version>
<infinispan.protostream.version>4.5.1.Final</infinispan.protostream.version>
<infinispan.version>14.0.7.Final</infinispan.version>
<infinispan.protostream.version>4.6.1.Final</infinispan.protostream.version>
<caffeine.version>2.9.3</caffeine.version>
<netty.version>4.1.86.Final</netty.version>
<brotli4j.version>1.8.0</brotli4j.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,13 +98,14 @@
<!-- Includes its own copy of an old version of the servlet API-->
<exclude>org.apache.tomcat.embed:tomcat-embed-core</exclude>
<exclude>org.jboss.modules:jboss-modules</exclude>
<!-- We prefer ByteBuddy where possible -->
<exclude>org.javassist:javassist</exclude>
<!-- We prefer ByteBuddy where possible
but Protostream requires Javassist and moving away from it will be hard)-->
<!--<exclude>org.javassist:javassist</exclude>-->
</excludes>
<includes>
<!-- this is for REST Assured -->
<include>jakarta.xml.bind:jakarta.xml.bind-api:*:*:test</include>
</includes>
</bannedDependencies>
</rules>
</enforcer>
</enforcer>

0 comments on commit a4e911b

Please sign in to comment.