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

Commit 21a1a6f

Browse files
authored
chore(deps): update dependency com.google.cloud:google-cloud-gke-backup to v0.2.2 (#42)
[![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-gke-backup](https://togithub.com/googleapis/java-gke-backup) | `0.2.0` -> `0.2.2` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-gke-backup/0.2.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-gke-backup/0.2.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-gke-backup/0.2.2/compatibility-slim/0.2.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-gke-backup/0.2.2/confidence-slim/0.2.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - 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. --- - [ ] <!-- rebase-check -->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-gke-backup). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xNTAuNCIsInVwZGF0ZWRJblZlciI6IjMyLjE1MC40In0=-->
1 parent 3a749e0 commit 21a1a6f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,20 +22,20 @@ If you are using Maven, add this to your pom.xml file:
2222
<dependency>
2323
<groupId>com.google.cloud</groupId>
2424
<artifactId>google-cloud-gke-backup</artifactId>
25-
<version>0.2.0</version>
25+
<version>0.2.2</version>
2626
</dependency>
2727
```
2828

2929
If you are using Gradle without BOM, add this to your dependencies:
3030

3131
```Groovy
32-
implementation 'com.google.cloud:google-cloud-gke-backup:0.2.0'
32+
implementation 'com.google.cloud:google-cloud-gke-backup:0.2.2'
3333
```
3434

3535
If you are using SBT, add this to your dependencies:
3636

3737
```Scala
38-
libraryDependencies += "com.google.cloud" % "google-cloud-gke-backup" % "0.2.0"
38+
libraryDependencies += "com.google.cloud" % "google-cloud-gke-backup" % "0.2.2"
3939
```
4040

4141
## Authentication

samples/install-without-bom/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<dependency>
3030
<groupId>com.google.cloud</groupId>
3131
<artifactId>google-cloud-gke-backup</artifactId>
32-
<version>0.2.0</version>
32+
<version>0.2.2</version>
3333
</dependency>
3434
<!-- [END _install_without_bom] -->
3535

samples/snippets/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>com.google.cloud</groupId>
3030
<artifactId>google-cloud-gke-backup</artifactId>
31-
<version>0.2.0</version>
31+
<version>0.2.2</version>
3232
</dependency>
3333

3434
<dependency>

0 commit comments

Comments
 (0)