diff --git a/README.md b/README.md
index 888cd3e9..a14a4073 100644
--- a/README.md
+++ b/README.md
@@ -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.1.0'
+implementation 'com.google.cloud:google-cloud-retail:2.2.0'
```
If you are using SBT, add this to your dependencies
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-retail" % "2.1.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-retail" % "2.2.0"
```
## Authentication
diff --git a/samples/interactive-tutorials/pom.xml b/samples/interactive-tutorials/pom.xml
index 8f9b5d73..7f71f8e9 100644
--- a/samples/interactive-tutorials/pom.xml
+++ b/samples/interactive-tutorials/pom.xml
@@ -52,7 +52,7 @@
com.google.cloud
google-cloud-bigquery
- 2.13.1
+ 2.13.2
com.google.cloud