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

Commit

Permalink
chore(deps): update dependency com.google.cloud:google-cloud-apigee-c…
Browse files Browse the repository at this point in the history
…onnect to v1 (#25)

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

---

### Release Notes

<details>
<summary>googleapis/java-apigee-connect</summary>

### [`v1.0.0`](https://togithub.com/googleapis/java-apigee-connect/blob/master/CHANGELOG.md#&#8203;100-httpswwwgithubcomgoogleapisjava-apigee-connectcomparev010v100-2021-07-12)

[Compare Source](https://togithub.com/googleapis/java-apigee-connect/compare/v0.1.0...v1.0.0)

##### Features

-   promote to 1.0.0 ([#&#8203;22](https://www.github.com/googleapis/java-apigee-connect/issues/22)) ([ced8dd3](https://www.github.com/googleapis/java-apigee-connect/commit/ced8dd3ac5b560bcdab9ed3e7a3e75788ec236fb))

##### Bug Fixes

-   Add `shopt -s nullglob` to dependencies script ([#&#8203;1130](https://www.github.com/googleapis/java-apigee-connect/issues/1130)) ([#&#8203;19](https://www.github.com/googleapis/java-apigee-connect/issues/19)) ([a233335](https://www.github.com/googleapis/java-apigee-connect/commit/a23333539ea9395a71b1d7d473713fd8f5cffe3f))

##### Dependencies

-   update dependency com.google.cloud:google-cloud-shared-dependencies to v1.4.0 ([#&#8203;21](https://www.github.com/googleapis/java-apigee-connect/issues/21)) ([836d267](https://www.github.com/googleapis/java-apigee-connect/commit/836d267b82c91b16f50ff146d1df16a312ee8b8e))

</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-apigee-connect).
  • Loading branch information
renovate-bot authored Jul 15, 2021
1 parent b424324 commit c2f47ba
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-apigee-connect</artifactId>
<version>0.1.0</version>
<version>1.0.0</version>
</dependency>
<!-- [END apigee-connect_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-apigee-connect</artifactId>
<version>0.1.0</version>
<version>1.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-apigee-connect</artifactId>
<version>0.1.0</version>
<version>1.0.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit c2f47ba

Please sign in to comment.