Skip to content

Commit

Permalink
Merge pull request #30034 from karesti/update-latest-infinispan-14
Browse files Browse the repository at this point in the history
Updates Infinispan dependencies
  • Loading branch information
gsmet committed Dec 22, 2022
2 parents a240d09 + 1a6d40d commit f9050cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions bom/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,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.3.Final</infinispan.version>
<infinispan.protostream.version>4.5.0.Final</infinispan.protostream.version>
<infinispan.version>14.0.4.Final</infinispan.version>
<infinispan.protostream.version>4.5.1.Final</infinispan.protostream.version>
<caffeine.version>3.1.1</caffeine.version>
<netty.version>4.1.86.Final</netty.version>
<brotli4j.version>1.8.0</brotli4j.version>
Expand Down
4 changes: 2 additions & 2 deletions docs/src/main/asciidoc/infinispan-client.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ This command adds the following dependency to your build file:
.build.gradle
----
implementation 'io.quarkus:quarkus-infinispan-client'
annotationProcessor 'org.infinispan.protostream:protostream-processor:4.5.0.Final' <1>
annotationProcessor 'org.infinispan.protostream:protostream-processor:4.5.1.Final' <1>
----
<1> Mandatory in the gradle build to enable the generation of the files in the annotation based serialization
<1> Mandatory in the Gradle build to enable the generation of the files in the annotation based serialization

== Configuring the Infinispan client

Expand Down

0 comments on commit f9050cf

Please sign in to comment.