diff --git a/bom/application/pom.xml b/bom/application/pom.xml index d5a1fed75e244..8c7d414855e97 100644 --- a/bom/application/pom.xml +++ b/bom/application/pom.xml @@ -134,8 +134,8 @@ 5.9.1 1.5.0 6.14.2 - 14.0.3.Final - 4.5.0.Final + 14.0.4.Final + 4.5.1.Final 3.1.1 4.1.86.Final 1.8.0 diff --git a/docs/src/main/asciidoc/infinispan-client.adoc b/docs/src/main/asciidoc/infinispan-client.adoc index 75e343843d1b0..a09fb6f755a2d 100644 --- a/docs/src/main/asciidoc/infinispan-client.adoc +++ b/docs/src/main/asciidoc/infinispan-client.adoc @@ -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