Skip to content

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 v3.0.6 (#880)

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

---

### Release Notes

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

### [`v3.0.6`](https://github.com/googleapis/java-recaptchaenterprise/blob/HEAD/CHANGELOG.md#&#8203;306-httpsgithubcomgoogleapisjava-recaptchaenterprisecomparev305v306-2022-09-06)

[Compare Source](https://github.com/googleapis/java-recaptchaenterprise/compare/v3.0.5...v3.0.6)

##### Dependencies

-   Update dependency io.github.bonigarcia ([72ccb72](https://github.com/googleapis/java-recaptchaenterprise/commit/72ccb724306cd994b20091118692b6629c437ad6))
-   Update dependency org.seleniumhq.selenium ([d3f93ab](https://github.com/googleapis/java-recaptchaenterprise/commit/d3f93abc7543ae850b96afccdbc2f5b63bd0c326))
-   Update dependency org.seleniumhq.selenium ([972cdc0](https://github.com/googleapis/java-recaptchaenterprise/commit/972cdc08350d04412db995d6887535107b35323c))
-   Update dependency org.springframework.boot ([282d00e](https://github.com/googleapis/java-recaptchaenterprise/commit/282d00eb1b0129ec5b8eb081c990bb7dd4ce211a))
-   Update dependency org.springframework.boot ([26e81cd](https://github.com/googleapis/java-recaptchaenterprise/commit/26e81cd500aaaa689462c4ce3c5faf6c33637e7f))
-   Update dependency org.springframework.boot ([97d048a](https://github.com/googleapis/java-recaptchaenterprise/commit/97d048a39b7d836f2d8bc0e58171b8bc74ba1ecd))

</details>

---

### 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**: 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, click this checkbox.

---

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-recaptchaenterprise).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xOTIuMyIsInVwZGF0ZWRJblZlciI6IjMyLjE5Mi4zIn0=-->
  • Loading branch information
renovate-bot authored Sep 6, 2022
1 parent 0428949 commit 5992d1d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions java-recaptchaenterprise/README.md
Original file line number Diff line number Diff line change
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>3.0.5</version>
<version>3.0.6</version>
</dependency>

```
Expand All @@ -57,13 +57,13 @@ implementation 'com.google.cloud:google-cloud-recaptchaenterprise'
If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.cloud:google-cloud-recaptchaenterprise:3.0.5'
implementation 'com.google.cloud:google-cloud-recaptchaenterprise:3.0.6'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-recaptchaenterprise" % "3.0.5"
libraryDependencies += "com.google.cloud" % "google-cloud-recaptchaenterprise" % "3.0.6"
```

## Authentication
Expand Down
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-recaptchaenterprise</artifactId>
<version>3.0.5</version>
<version>3.0.6</version>
</dependency>
<!-- [END recaptchaenterprise_install_without_bom] -->

Expand Down

0 comments on commit 5992d1d

Please sign in to comment.