Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit 7df163c

Browse files
authored
deps: update dependency com.google.cloud:google-cloud-storage to v1.113.11 (#439)
[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.cloud:google-cloud-storage](https://togithub.com/googleapis/java-storage) | `1.113.8` -> `1.113.11` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-storage/1.113.11/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-storage/1.113.11/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-storage/1.113.11/compatibility-slim/1.113.8)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-storage/1.113.11/confidence-slim/1.113.8)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>googleapis/java-storage</summary> ### [`v1.113.11`](https://togithub.com/googleapis/java-storage/blob/master/CHANGELOG.md#&#8203;111311-httpswwwgithubcomgoogleapisjava-storagecomparev111310v111311-2021-02-19) [Compare Source](https://togithub.com/googleapis/java-storage/compare/v1.113.10...v1.113.11) ### [`v1.113.10`](https://togithub.com/googleapis/java-storage/blob/master/CHANGELOG.md#&#8203;111310-httpswwwgithubcomgoogleapisjava-storagecomparev11139v111310-2021-02-17) [Compare Source](https://togithub.com/googleapis/java-storage/compare/v1.113.9...v1.113.10) ### [`v1.113.9`](https://togithub.com/googleapis/java-storage/blob/master/CHANGELOG.md#&#8203;11139-httpswwwgithubcomgoogleapisjava-storagecomparev11138v11139-2021-01-12) [Compare Source](https://togithub.com/googleapis/java-storage/compare/v1.113.8...v1.113.9) </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**: Whenever PR becomes conflicted, 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#github/googleapis/java-automl).
1 parent edc314e commit 7df163c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

samples/install-without-bom/pom.xml

Lines changed: 1 addition & 1 deletion
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.113.8</version>
42+
<version>1.113.11</version>
4343
</dependency>
4444
<!-- [END automl_install_without_bom] -->
4545

samples/snapshot/pom.xml

Lines changed: 1 addition & 1 deletion
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.113.8</version>
42+
<version>1.113.11</version>
4343
</dependency>
4444

4545
<dependency>

0 commit comments

Comments
 (0)