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

Commit

Permalink
chore(deps): update dependency com.google.cloud:google-cloud-appengin…
Browse files Browse the repository at this point in the history
…e-admin to v2 (#98)

[![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-appengine-admin](https://togithub.com/googleapis/java-appengine-admin) | `1.0.1` -> `2.0.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-appengine-admin/2.0.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-appengine-admin/2.0.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-appengine-admin/2.0.0/compatibility-slim/1.0.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-appengine-admin/2.0.0/confidence-slim/1.0.1)](https://docs.renovatebot.com/merge-confidence/) |

***

### Release Notes

<details>
<summary>googleapis/java-appengine-admin</summary>

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

[Compare Source](https://togithub.com/googleapis/java-appengine-admin/compare/v1.0.1...v2.0.0)

##### ⚠ BREAKING CHANGES

*   release gapic-generator-java v2.0.0 ([#​91](https://togithub.com/googleapis/java-appengine-admin/issues/91))

##### Features

*   release gapic-generator-java v2.0.0 ([#​91](https://www.togithub.com/googleapis/java-appengine-admin/issues/91)) ([0882fa3](https://www.togithub.com/googleapis/java-appengine-admin/commit/0882fa3bed0ef62a24535caa747ea556e0a6ad1f))

##### [1.0.1](https://www.togithub.com/googleapis/java-appengine-admin/compare/v1.0.0...v1.0.1) (2021-08-06)

##### Dependencies

*   update dependency com.google.cloud:google-cloud-shared-dependencies to v2 ([#​90](https://www.togithub.com/googleapis/java-appengine-admin/issues/90)) ([f121ea4](https://www.togithub.com/googleapis/java-appengine-admin/commit/f121ea415e1f2106ef9ac9909ed33223a2f40d1a))

</details>

***

### 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 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-appengine-admin).
  • Loading branch information
renovate-bot committed Sep 13, 2021
1 parent a4eab28 commit 2673255
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion samples/install-without-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-appengine-admin</artifactId>
<version>1.0.1</version>
<version>2.0.0</version>
</dependency>
<!-- [END appengine-admin_install_without_bom] -->

Expand Down
2 changes: 1 addition & 1 deletion samples/snapshot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-appengine-admin</artifactId>
<version>1.0.1</version>
<version>2.0.0</version>
</dependency>
<!-- {x-version-update-end} -->

Expand Down
2 changes: 1 addition & 1 deletion samples/snippets/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-appengine-admin</artifactId>
<version>1.0.1</version>
<version>2.0.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 2673255

Please sign in to comment.