diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata index f5359bf1f3..66eea8891d 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": "c93896a5007b48753809de806ddaf6c8df6e9d56" + "sha": "a790a877e4b6bd1f3807491e1745002aa37531f1" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "352f25621c28d2fa0784984ea0ed5ea697aa1525" + "sha": "996775eca5fd934edac3c2ae34b80ff0395b1717" } } ] diff --git a/CHANGELOG.md b/CHANGELOG.md index f1e877c68e..eebae79e0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [1.113.7](https://www.github.com/googleapis/java-storage/compare/v1.113.6...v1.113.7) (2020-12-14) + + +### Dependencies + +* update dependency com.google.cloud:google-cloud-shared-dependencies to v0.16.1 ([f1fc884](https://www.github.com/googleapis/java-storage/commit/f1fc884851ee602d737f3e4191acb1f8450c8f2c)) + ### [1.113.6](https://www.github.com/googleapis/java-storage/compare/v1.113.5...v1.113.6) (2020-12-10) diff --git a/README.md b/README.md index c612f721bb..8dd595accc 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.4 + 1.113.6 ``` If you are using Gradle, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-storage:1.113.5' +compile 'com.google.cloud:google-cloud-storage:1.113.6' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-storage" % "1.113.5" +libraryDependencies += "com.google.cloud" % "google-cloud-storage" % "1.113.6" ``` ## Authentication diff --git a/google-cloud-storage/pom.xml b/google-cloud-storage/pom.xml index a666f33180..37fb997388 100644 --- a/google-cloud-storage/pom.xml +++ b/google-cloud-storage/pom.xml @@ -2,7 +2,7 @@ 4.0.0 google-cloud-storage - 1.113.6 + 1.113.7 jar Google Cloud Storage https://github.com/googleapis/java-storage @@ -12,7 +12,7 @@ com.google.cloud google-cloud-storage-parent - 1.113.6 + 1.113.7 google-cloud-storage diff --git a/pom.xml b/pom.xml index b979edbfe5..246223248e 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.google.cloud google-cloud-storage-parent pom - 1.113.6 + 1.113.7 Storage Parent https://github.com/googleapis/java-storage @@ -63,7 +63,7 @@ UTF-8 github google-cloud-storage-parent - 0.16.0 + 0.16.1 diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml index 8beb633382..401250eb43 100644 --- a/samples/install-without-bom/pom.xml +++ b/samples/install-without-bom/pom.xml @@ -29,7 +29,7 @@ com.google.cloud google-cloud-storage - 1.113.5 + 1.113.6 diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index 3d20e1b0b7..d8ae9c987f 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -28,7 +28,7 @@ com.google.cloud google-cloud-storage - 1.113.5 + 1.113.6 diff --git a/versions.txt b/versions.txt index 177f1c9c47..5082a559dd 100644 --- a/versions.txt +++ b/versions.txt @@ -1,4 +1,4 @@ # Format: # module:released-version:current-version -google-cloud-storage:1.113.6:1.113.6 \ No newline at end of file +google-cloud-storage:1.113.7:1.113.7 \ No newline at end of file