Skip to content

Commit

Permalink
chore(deps): update dependency com.google.cloud:google-cloud-storage …
Browse files Browse the repository at this point in the history
…to v1.111.0 (#3253)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [com.google.cloud:google-cloud-storage](https://github.com/googleapis/java-storage) | minor | `1.110.0` -> `1.111.0` |

---

### Release Notes

<details>
<summary>googleapis/java-storage</summary>

### [`v1.111.0`](https://github.com/googleapis/java-storage/blob/master/CHANGELOG.md#&#8203;11110-httpswwwgithubcomgoogleapisjava-storagecomparev11100v11110-2020-06-25)

[Compare Source](https://github.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://github.com/googleapis/java-storage/issues/141))" ([#&#8203;393](https://github.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).
  • Loading branch information
renovate-bot authored Jun 25, 2020
1 parent 90640e7 commit 4f119c8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion asset/cloud-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-storage</artifactId>
<version>1.110.0</version>
<version>1.111.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion storage/cloud-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-storage</artifactId>
<version>1.110.0</version>
<version>1.111.0</version>
</dependency>

<!-- Test dependencies -->
Expand Down
2 changes: 1 addition & 1 deletion translate/automl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-storage</artifactId>
<version>1.110.0</version>
<version>1.111.0</version>
</dependency>
<dependency>
<groupId>net.sourceforge.argparse4j</groupId>
Expand Down

0 comments on commit 4f119c8

Please sign in to comment.