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..8cc48046 100644 --- a/samples/interactive-tutorials/pom.xml +++ b/samples/interactive-tutorials/pom.xml @@ -57,7 +57,7 @@ com.google.cloud google-cloud-storage - 2.7.2 + 2.8.0 com.google.code.gson