diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata index f24193035..c74908b41 100644 --- a/.github/readme/synth.metadata/synth.metadata +++ b/.github/readme/synth.metadata/synth.metadata @@ -4,14 +4,14 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/java-automl.git", - "sha": "e0e75bf6d757c3976cb7c195dc1de2b193ffa35d" + "sha": "c2436df85b687452659f3cae7ed088988bb1d775" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "0a071b3460344886297a304253bf924aa68ddb7e" + "sha": "082e1ca0863b13ada8594fe91845380765da5b70" } } ] diff --git a/README.md b/README.md index 08b5f43ae..06389a13c 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ If you are using Maven without BOM, add this to your dependencies: com.google.cloud google-cloud-storage - 1.113.14 + 1.113.15 ``` @@ -70,12 +70,12 @@ compile 'com.google.cloud:google-cloud-automl' ``` If you are using Gradle without BOM, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-automl:1.4.0' +compile 'com.google.cloud:google-cloud-automl:1.4.1' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-automl" % "1.4.0" +libraryDependencies += "com.google.cloud" % "google-cloud-automl" % "1.4.1" ``` ## Authentication