diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata index a40d48f0e..6e24bbc37 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-storage.git", - "sha": "38dc36ff4c4683c4de1f5b184b4f438f8be322cf" + "sha": "1f5f9e07d36eb79b524bc7c9a8e514e4260be17a" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "721a7d2abb129029eca9d85a40da6eb7b8b1739a" + "sha": "f68649c5f26bcff6817c6d21e90dac0fc71fef8e" } } ] diff --git a/README.md b/README.md index 3a2522252..d6284cb15 100644 --- a/README.md +++ b/README.md @@ -38,18 +38,18 @@ If you are using Maven without BOM, add this to your dependencies: com.google.cloud google-cloud-storage - 1.113.1 + 1.113.2 ``` If you are using Gradle, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-storage:1.113.1' +compile 'com.google.cloud:google-cloud-storage:1.113.2' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-storage" % "1.113.1" +libraryDependencies += "com.google.cloud" % "google-cloud-storage" % "1.113.2" ``` ## Authentication