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

Commit

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

[![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.118.1` -> `2.0.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-storage/2.0.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-storage/2.0.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-storage/2.0.0/compatibility-slim/1.118.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-storage/2.0.0/confidence-slim/1.118.1)](https://docs.renovatebot.com/merge-confidence/) |

***

### Release Notes

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

### [`v2.0.0`](https://togithub.com/googleapis/java-storage/blob/master/CHANGELOG.md#​200-httpswwwgithubcomgoogleapisjava-storagecomparev11181v200-2021-08-09)

[Compare Source](https://togithub.com/googleapis/java-storage/compare/v1.118.1...v2.0.0)

##### ⚠ BREAKING CHANGES

*   migrate to java8 ([#​950](https://togithub.com/googleapis/java-storage/issues/950))

##### Features

*   migrate to java8 ([#​950](https://www.togithub.com/googleapis/java-storage/issues/950)) ([839bcc1](https://www.togithub.com/googleapis/java-storage/commit/839bcc174ff1c2f5536130d880a5c6e2559b5793))

##### [1.118.1](https://www.togithub.com/googleapis/java-storage/compare/v1.118.0...v1.118.1) (2021-08-06)

##### Dependencies

*   update dependency com.google.cloud:google-cloud-shared-dependencies to v2 ([#​941](https://www.togithub.com/googleapis/java-storage/issues/941)) ([effefa6](https://www.togithub.com/googleapis/java-storage/commit/effefa64336a6112dae1497b3bcde7c7f8b0ad41))

</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-asset).
  • Loading branch information
renovate-bot committed Aug 11, 2021
1 parent 1f6e7dc commit 67a0bf3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion samples/install-without-bom/pom.xml
Expand Up @@ -41,7 +41,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-storage</artifactId>
<version>1.118.1</version>
<version>2.0.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion samples/snapshot/pom.xml
Expand Up @@ -40,7 +40,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-storage</artifactId>
<version>1.118.1</version>
<version>2.0.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 67a0bf3

Please sign in to comment.