diff --git a/java-retail/README.md b/java-retail/README.md
index 8ed13dc400ae..35e80360c19b 100644
--- a/java-retail/README.md
+++ b/java-retail/README.md
@@ -19,7 +19,7 @@ If you are using Maven, add this to your pom.xml file:
com.google.cloud
google-cloud-retail
- 2.5.1
+ 2.5.2
```
@@ -27,13 +27,13 @@ If you are using Maven, add this to your pom.xml file:
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-retail:2.5.1'
+implementation 'com.google.cloud:google-cloud-retail:2.5.2'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-retail" % "2.5.1"
+libraryDependencies += "com.google.cloud" % "google-cloud-retail" % "2.5.2"
```
## Authentication
diff --git a/java-retail/samples/install-without-bom/pom.xml b/java-retail/samples/install-without-bom/pom.xml
index d3424c480e7e..2e320b222590 100644
--- a/java-retail/samples/install-without-bom/pom.xml
+++ b/java-retail/samples/install-without-bom/pom.xml
@@ -29,7 +29,7 @@
com.google.cloud
google-cloud-retail
- 2.5.1
+ 2.5.2
diff --git a/java-retail/samples/interactive-tutorials/pom.xml b/java-retail/samples/interactive-tutorials/pom.xml
index b7a613f4adb9..aacffbc23c80 100644
--- a/java-retail/samples/interactive-tutorials/pom.xml
+++ b/java-retail/samples/interactive-tutorials/pom.xml
@@ -42,7 +42,7 @@
com.google.cloud
google-cloud-retail
- 2.5.1
+ 2.5.2
junit
diff --git a/java-retail/samples/snippets/pom.xml b/java-retail/samples/snippets/pom.xml
index 68ae14494a58..596a5bc3a18f 100644
--- a/java-retail/samples/snippets/pom.xml
+++ b/java-retail/samples/snippets/pom.xml
@@ -28,7 +28,7 @@
com.google.cloud
google-cloud-retail
- 2.5.1
+ 2.5.2