Skip to content

Commit

Permalink
chore(deps): update dependency com.google.cloud:google-cloud-automl t…
Browse files Browse the repository at this point in the history
…o v2.3.6 (#1227)

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

---

### Release Notes

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

### [`v2.3.6`](https://github.com/googleapis/java-automl/blob/HEAD/CHANGELOG.md#&#8203;236-httpsgithubcomgoogleapisjava-automlcomparev235v236-2022-08-25)

[Compare Source](https://github.com/googleapis/java-automl/compare/v2.3.5...v2.3.6)

##### Dependencies

-   update dependency com.google.cloud:google-cloud-core to v2.8.10 ([#&#8203;1224](https://github.com/googleapis/java-automl/issues/1224)) ([731ed9f](https://github.com/googleapis/java-automl/commit/731ed9f87487c85309956fb6387c093017dfb617))

</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-automl).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xNzYuMCIsInVwZGF0ZWRJblZlciI6IjMyLjE3Ni4wIn0=-->
  • Loading branch information
renovate-bot authored Aug 25, 2022
1 parent a5d85be commit 40bd1cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions java-automl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ If you are using Maven without BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-automl</artifactId>
<version>2.3.5</version>
<version>2.3.6</version>
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
Expand All @@ -75,13 +75,13 @@ implementation 'com.google.cloud:google-cloud-automl'
If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.cloud:google-cloud-automl:2.3.5'
implementation 'com.google.cloud:google-cloud-automl:2.3.6'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-automl" % "2.3.5"
libraryDependencies += "com.google.cloud" % "google-cloud-automl" % "2.3.6"
```

## Authentication
Expand Down
2 changes: 1 addition & 1 deletion java-automl/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-automl</artifactId>
<version>2.3.5</version>
<version>2.3.6</version>
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
Expand Down

0 comments on commit 40bd1cf

Please sign in to comment.