From 72f22b646eddd34e542127823f59a3afe3a94e6f Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Thu, 26 May 2022 00:16:31 +0200 Subject: [PATCH] deps: update dependency com.google.cloud:google-cloud-storage to v2.7.0 (#49) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend 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) | `2.6.1` -> `2.7.1` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-storage/2.7.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-storage/2.7.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-storage/2.7.1/compatibility-slim/2.6.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-storage/2.7.1/confidence-slim/2.6.1)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] If you want to rebase/retry this PR, click this checkbox. ⚠ **Warning**: custom changes will be lost. --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-optimization). --- java-optimization/README.md | 6 +++--- java-optimization/samples/install-without-bom/pom.xml | 2 +- java-optimization/samples/snapshot/pom.xml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/java-optimization/README.md b/java-optimization/README.md index e7c8eb083c6e..453c7023742b 100644 --- a/java-optimization/README.md +++ b/java-optimization/README.md @@ -19,20 +19,20 @@ If you are using Maven, add this to your pom.xml file: com.google.cloud google-cloud-optimization - 0.1.2 + 1.0.0 ``` If you are using Gradle without BOM, add this to your dependencies ```Groovy -implementation 'com.google.cloud:google-cloud-optimization:0.1.2' +implementation 'com.google.cloud:google-cloud-optimization:1.0.0' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-optimization" % "0.1.2" +libraryDependencies += "com.google.cloud" % "google-cloud-optimization" % "1.0.0" ``` ## Authentication diff --git a/java-optimization/samples/install-without-bom/pom.xml b/java-optimization/samples/install-without-bom/pom.xml index b371c71f6b5f..fd1f612ef581 100644 --- a/java-optimization/samples/install-without-bom/pom.xml +++ b/java-optimization/samples/install-without-bom/pom.xml @@ -35,7 +35,7 @@ com.google.cloud google-cloud-storage - 2.6.1 + 2.7.0 junit diff --git a/java-optimization/samples/snapshot/pom.xml b/java-optimization/samples/snapshot/pom.xml index 0790e9f2092b..ce9ba0a8f4b1 100644 --- a/java-optimization/samples/snapshot/pom.xml +++ b/java-optimization/samples/snapshot/pom.xml @@ -35,7 +35,7 @@ com.google.cloud google-cloud-storage - 2.6.1 + 2.7.0 junit