diff --git a/README.md b/README.md index cfdc71a92..df4f366b7 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ If you are using Maven without BOM, add this to your dependencies: com.google.cloud google-cloud-storage - 2.12.0 + 2.13.0 ``` @@ -75,13 +75,13 @@ implementation 'com.google.cloud:google-cloud-automl' If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-automl:2.3.15' +implementation 'com.google.cloud:google-cloud-automl:2.3.16' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-automl" % "2.3.15" +libraryDependencies += "com.google.cloud" % "google-cloud-automl" % "2.3.16" ``` ## Authentication diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml index c679156b4..0a357e2e9 100644 --- a/samples/install-without-bom/pom.xml +++ b/samples/install-without-bom/pom.xml @@ -39,7 +39,7 @@ com.google.cloud google-cloud-storage - 2.12.0 + 2.13.0 diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index 3eb980a79..089340f38 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -39,7 +39,7 @@ com.google.cloud google-cloud-storage - 2.12.0 + 2.13.0