diff --git a/README.md b/README.md index f5b045cc..9ce4a790 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.0.19' +implementation 'com.google.cloud:google-cloud-retail:2.1.0' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-retail" % "2.0.19" +libraryDependencies += "com.google.cloud" % "google-cloud-retail" % "2.1.0" ``` ## Authentication diff --git a/samples/interactive-tutorials/pom.xml b/samples/interactive-tutorials/pom.xml index bb2a1e0d..549ecc00 100644 --- a/samples/interactive-tutorials/pom.xml +++ b/samples/interactive-tutorials/pom.xml @@ -57,7 +57,7 @@ com.google.cloud google-cloud-storage - 2.6.1 + 2.7.1 com.google.code.gson