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-recaptch…
Browse files Browse the repository at this point in the history
…aenterprise to v2 (#520)

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

***

### Release Notes

<details>
<summary>googleapis/java-recaptchaenterprise</summary>

### [`v2.0.0`](https://togithub.com/googleapis/java-recaptchaenterprise/blob/master/CHANGELOG.md#​200-httpswwwgithubcomgoogleapisjava-recaptchaenterprisecomparev122v200-2021-08-06)

[Compare Source](https://togithub.com/googleapis/java-recaptchaenterprise/compare/v1.2.2...v2.0.0)

##### ⚠ BREAKING CHANGES

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

##### Features

*   release gapic-generator-java v2.0.0 ([#​514](https://www.togithub.com/googleapis/java-recaptchaenterprise/issues/514)) ([53f2518](https://www.togithub.com/googleapis/java-recaptchaenterprise/commit/53f251836b7ed757afa6f8ac6509110f7aafdb3e))

##### Dependencies

*   update dependency com.google.cloud:google-cloud-shared-dependencies to v2 ([#​515](https://www.togithub.com/googleapis/java-recaptchaenterprise/issues/515)) ([41a636f](https://www.togithub.com/googleapis/java-recaptchaenterprise/commit/41a636fd7aaecce94338c7261b17742b741ed9fd))

##### [1.2.2](https://www.togithub.com/googleapis/java-recaptchaenterprise/compare/v1.2.1...v1.2.2) (2021-07-01)

##### Bug Fixes

*   Add `shopt -s nullglob` to dependencies script ([#​481](https://www.togithub.com/googleapis/java-recaptchaenterprise/issues/481)) ([5f6bcee](https://www.togithub.com/googleapis/java-recaptchaenterprise/commit/5f6bcee1e5aaa88cffee5a13459f397c8c30f5ed))
*   Update dependencies.sh to not break on mac ([#​476](https://www.togithub.com/googleapis/java-recaptchaenterprise/issues/476)) ([b390df8](https://www.togithub.com/googleapis/java-recaptchaenterprise/commit/b390df8d067bad6a3440c181c1d8214a7785514b))

##### Dependencies

*   update dependency com.google.cloud:google-cloud-shared-dependencies to v1.4.0 ([#​485](https://www.togithub.com/googleapis/java-recaptchaenterprise/issues/485)) ([ad58696](https://www.togithub.com/googleapis/java-recaptchaenterprise/commit/ad5869631a2f520005422c6d9958f56c52ce30b7))

##### [1.2.1](https://www.togithub.com/googleapis/java-recaptchaenterprise/compare/v1.2.0...v1.2.1) (2021-06-04)

##### Dependencies

*   update dependency com.google.cloud:google-cloud-shared-dependencies to v1.3.0 ([#​466](https://www.togithub.com/googleapis/java-recaptchaenterprise/issues/466)) ([e5a0ccf](https://www.togithub.com/googleapis/java-recaptchaenterprise/commit/e5a0ccf32c5ea6c109a5f941e509b1be0e87bbd1))

</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-recaptchaenterprise).
  • Loading branch information
renovate-bot committed Aug 31, 2021
1 parent b0fcd3e commit 2f79f93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -42,7 +42,7 @@ If you are using Maven without BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-recaptchaenterprise</artifactId>
<version>1.2.2</version>
<version>2.0.0</version>
</dependency>

```
Expand Down
2 changes: 1 addition & 1 deletion samples/install-without-bom/pom.xml
Expand Up @@ -29,7 +29,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-recaptchaenterprise</artifactId>
<version>1.2.2</version>
<version>2.0.0</version>
</dependency>
<!-- [END recaptchaenterprise_install_without_bom] -->

Expand Down

0 comments on commit 2f79f93

Please sign in to comment.