diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata index f8683da88..55c72ffa8 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": "48e404fedd5450a63b8ea25017acfaac4c6d5849" + "sha": "edd955d00d6051d9d7d97b3326681cb5af80354a" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "d5fc0bcf9ea9789c5b0e3154a9e3b29e5cea6116" + "sha": "943bb78606d035001123030067dffcc34f4645f2" } } ] diff --git a/README.md b/README.md index 6343b8ce7..2f9ebb2ed 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file com.google.cloud libraries-bom - 15.1.0 + 16.1.0 pom import @@ -45,11 +45,11 @@ If you are using Maven without BOM, add this to your dependencies: If you are using Gradle, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-storage:1.113.3' +compile 'com.google.cloud:google-cloud-storage:1.113.4' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-storage" % "1.113.3" +libraryDependencies += "com.google.cloud" % "google-cloud-storage" % "1.113.4" ``` ## Authentication