From 4e7f69bb099f2d8e006851bd21a5712136c73493 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Thu, 26 May 2022 00:24:31 +0200 Subject: [PATCH] chore(deps): update dependency com.google.cloud:google-cloud-shell to v2.2.0 (#212) 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-shell](https://togithub.com/googleapis/java-shell) | `2.1.12` -> `2.2.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shell/2.2.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shell/2.2.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shell/2.2.0/compatibility-slim/2.1.12)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shell/2.2.0/confidence-slim/2.1.12)](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://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-shell). --- java-shell/README.md | 6 +++--- java-shell/samples/install-without-bom/pom.xml | 2 +- java-shell/samples/snapshot/pom.xml | 2 +- java-shell/samples/snippets/pom.xml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/java-shell/README.md b/java-shell/README.md index f90ec73e82b5..14488ce6065e 100644 --- a/java-shell/README.md +++ b/java-shell/README.md @@ -19,20 +19,20 @@ If you are using Maven, add this to your pom.xml file: com.google.cloud google-cloud-shell - 2.1.12 + 2.2.0 ``` If you are using Gradle without BOM, add this to your dependencies ```Groovy -implementation 'com.google.cloud:google-cloud-shell:2.1.12' +implementation 'com.google.cloud:google-cloud-shell:2.2.0' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-shell" % "2.1.12" +libraryDependencies += "com.google.cloud" % "google-cloud-shell" % "2.2.0" ``` ## Authentication diff --git a/java-shell/samples/install-without-bom/pom.xml b/java-shell/samples/install-without-bom/pom.xml index f2afe0a89314..6c02a4e1d9c1 100644 --- a/java-shell/samples/install-without-bom/pom.xml +++ b/java-shell/samples/install-without-bom/pom.xml @@ -29,7 +29,7 @@ com.google.cloud google-cloud-shell - 2.1.12 + 2.2.0 diff --git a/java-shell/samples/snapshot/pom.xml b/java-shell/samples/snapshot/pom.xml index 4f87ae49cc32..248ce0cfd0fe 100644 --- a/java-shell/samples/snapshot/pom.xml +++ b/java-shell/samples/snapshot/pom.xml @@ -28,7 +28,7 @@ com.google.cloud google-cloud-shell - 2.1.12 + 2.2.0 diff --git a/java-shell/samples/snippets/pom.xml b/java-shell/samples/snippets/pom.xml index d2bef56d0ac4..de8859592aba 100644 --- a/java-shell/samples/snippets/pom.xml +++ b/java-shell/samples/snippets/pom.xml @@ -28,7 +28,7 @@ com.google.cloud google-cloud-shell - 2.1.12 + 2.2.0