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

Commit 9183a22

Browse files
authoredJun 2, 2021
deps: update dependency com.google.cloud:google-cloud-storage to v1.115.0 (#565)
[![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.114.0` -> `1.115.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-storage/1.115.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-storage/1.115.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-storage/1.115.0/compatibility-slim/1.114.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-storage/1.115.0/confidence-slim/1.114.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>googleapis/java-storage</summary> ### [`v1.115.0`](https://togithub.com/googleapis/java-storage/blob/master/CHANGELOG.md#&#8203;11150-httpswwwgithubcomgoogleapisjava-storagecomparev11140v11150-2021-06-01) [Compare Source](https://togithub.com/googleapis/java-storage/compare/v1.114.0...v1.115.0) ##### Features - add `gcf-owl-bot[bot]` to `ignoreAuthors` ([#&#8203;837](https://www.github.com/googleapis/java-storage/issues/837)) ([fe8e98a](https://www.github.com/googleapis/java-storage/commit/fe8e98a229f472c1f29d206d937690660bfa1444)) ##### Bug Fixes - improve error detection and reporting for BlobWriteChannel retry state ([#&#8203;846](https://www.github.com/googleapis/java-storage/issues/846)) ([d0f2184](https://www.github.com/googleapis/java-storage/commit/d0f2184f4dd2d99a4315f260f35421358d14a2df)), closes [#&#8203;839](https://www.github.com/googleapis/java-storage/issues/839) - update BucketInfo translation code to properly handle lifecycle rules ([#&#8203;852](https://www.github.com/googleapis/java-storage/issues/852)) ([3b1df1d](https://www.github.com/googleapis/java-storage/commit/3b1df1d00a459b134103bc8738f0294188502a37)), closes [#&#8203;850](https://www.github.com/googleapis/java-storage/issues/850) ##### Dependencies - update dependency com.google.cloud:google-cloud-shared-dependencies to v1.2.0 ([#&#8203;836](https://www.github.com/googleapis/java-storage/issues/836)) ([c1752ce](https://www.github.com/googleapis/java-storage/commit/c1752ce17d5d723d0ea36c41d98ae2bc9201fec2)) - update kms.version to v0.88.4 ([#&#8203;830](https://www.github.com/googleapis/java-storage/issues/830)) ([7e3dc28](https://www.github.com/googleapis/java-storage/commit/7e3dc287e4285a9312393179671a78c569e7e869)) - update kms.version to v0.89.0 ([#&#8203;855](https://www.github.com/googleapis/java-storage/issues/855)) ([29236e9](https://www.github.com/googleapis/java-storage/commit/29236e9d2eefb0e64b1b9bbfc532f4c3ae3e9ea4)) </details> --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻️ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **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-dataproc).
1 parent eb94eb1 commit 9183a22

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎samples/install-without-bom/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<dependency>
3636
<groupId>com.google.cloud</groupId>
3737
<artifactId>google-cloud-storage</artifactId>
38-
<version>1.114.0</version>
38+
<version>1.115.0</version>
3939
</dependency>
4040

4141
<dependency>

‎samples/snapshot/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<dependency>
3535
<groupId>com.google.cloud</groupId>
3636
<artifactId>google-cloud-storage</artifactId>
37-
<version>1.114.0</version>
37+
<version>1.115.0</version>
3838
</dependency>
3939
<dependency>
4040
<groupId>junit</groupId>

0 commit comments

Comments
 (0)