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.1 (#841)

* chore(deps): update dependency com.google.cloud:google-cloud-recaptchaenterprise to v3.0.1

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
renovate-bot and gcf-owl-bot[bot] committed Jul 15, 2022
1 parent 2adc89e commit 988911f
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.0</version>
<version>3.0.1</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.0'
implementation 'com.google.cloud:google-cloud-recaptchaenterprise:3.0.1'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-recaptchaenterprise" % "3.0.0"
libraryDependencies += "com.google.cloud" % "google-cloud-recaptchaenterprise" % "3.0.1"
```

## 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.0</version>
<version>3.0.1</version>
</dependency>
<!-- [END recaptchaenterprise_install_without_bom] -->

Expand Down

0 comments on commit 988911f

Please sign in to comment.