diff --git a/README.md b/README.md index 6aeb2c998..01525f973 100644 --- a/README.md +++ b/README.md @@ -57,13 +57,13 @@ implementation 'com.google.cloud:google-cloud-vision' If you are using Gradle without BOM, add this to your dependencies ```Groovy -implementation 'com.google.cloud:google-cloud-vision:2.0.8' +implementation 'com.google.cloud:google-cloud-vision:2.0.9' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-vision" % "2.0.8" +libraryDependencies += "com.google.cloud" % "google-cloud-vision" % "2.0.9" ``` ## Authentication diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml index 86bb9b6f2..e59a11adf 100644 --- a/samples/install-without-bom/pom.xml +++ b/samples/install-without-bom/pom.xml @@ -62,7 +62,7 @@ com.google.cloud google-cloud-core - 2.1.3 + 2.1.4 test tests diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index e310f63ee..980dc1e66 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -62,7 +62,7 @@ com.google.cloud google-cloud-core - 2.1.3 + 2.1.4 test tests diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml index e54e6606e..66ddce16e 100644 --- a/samples/snippets/pom.xml +++ b/samples/snippets/pom.xml @@ -66,7 +66,7 @@ com.google.cloud google-cloud-core - 2.1.3 + 2.1.4 test tests