Skip to content

Commit 4f119c8

Browse files
authored
chore(deps): update dependency com.google.cloud:google-cloud-storage to v1.111.0 (#3253)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [com.google.cloud:google-cloud-storage](https://togithub.com/googleapis/java-storage) | minor | `1.110.0` -> `1.111.0` | --- ### Release Notes <details> <summary>googleapis/java-storage</summary> ### [`v1.111.0`](https://togithub.com/googleapis/java-storage/blob/master/CHANGELOG.md#&#8203;11110-httpswwwgithubcomgoogleapisjava-storagecomparev11100v11110-2020-06-25) [Compare Source](https://togithub.com/googleapis/java-storage/compare/v1.110.0...v1.111.0) ##### Features - add storage.upload(path) ([#&#8203;269](https://www.github.com/googleapis/java-storage/issues/269)) ([9457f3a](https://www.github.com/googleapis/java-storage/commit/9457f3a76ff18552adc5f9c82f62ab8f3c207d31)) - Add support to disable logging from bucket ([#&#8203;390](https://www.github.com/googleapis/java-storage/issues/390)) ([be72027](https://www.github.com/googleapis/java-storage/commit/be72027b1587b9b0a3e9e65e7a2231bdb2ae521f)) - expose all the methods of notification ([#&#8203;141](https://www.github.com/googleapis/java-storage/issues/141)) ([8dfc0cb](https://www.github.com/googleapis/java-storage/commit/8dfc0cbf8294a7fc426948e22e5c2182da97b630)) ##### Reverts - Revert "feat: expose all the methods of notification ([#&#8203;141](https://togithub.com/googleapis/java-storage/issues/141))" ([#&#8203;393](https://togithub.com/googleapis/java-storage/issues/393)) ([3e02b9c](https://www.github.com/googleapis/java-storage/commit/3e02b9c4ee1ce0fb785d15b04bd36754e31831a0)), closes [#&#8203;141](https://www.github.com/googleapis/java-storage/issues/141) [#&#8203;393](https://www.github.com/googleapis/java-storage/issues/393) </details> --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Never, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#GoogleCloudPlatform/java-docs-samples).
1 parent 90640e7 commit 4f119c8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

asset/cloud-client/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<dependency>
5656
<groupId>com.google.cloud</groupId>
5757
<artifactId>google-cloud-storage</artifactId>
58-
<version>1.110.0</version>
58+
<version>1.111.0</version>
5959
<scope>test</scope>
6060
</dependency>
6161
<dependency>

storage/cloud-client/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<dependency>
4040
<groupId>com.google.cloud</groupId>
4141
<artifactId>google-cloud-storage</artifactId>
42-
<version>1.110.0</version>
42+
<version>1.111.0</version>
4343
</dependency>
4444

4545
<!-- Test dependencies -->

translate/automl/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<dependency>
5959
<groupId>com.google.cloud</groupId>
6060
<artifactId>google-cloud-storage</artifactId>
61-
<version>1.110.0</version>
61+
<version>1.111.0</version>
6262
</dependency>
6363
<dependency>
6464
<groupId>net.sourceforge.argparse4j</groupId>

0 commit comments

Comments
 (0)