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-recommen…
Browse files Browse the repository at this point in the history
…dations-ai to v0.7.0 (#375)

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

***

### Release Notes

<details>
<summary>googleapis/java-recommendations-ai</summary>

### [`v0.7.0`](https://togithub.com/googleapis/java-recommendations-ai/blob/master/CHANGELOG.md#​070-httpswwwgithubcomgoogleapisjava-recommendations-aicomparev061v070-2021-08-10)

[Compare Source](https://togithub.com/googleapis/java-recommendations-ai/compare/v0.6.1...v0.7.0)

##### ⚠ BREAKING CHANGES

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

##### Features

*   release gapic-generator-java v2.0.0 ([#​370](https://www.togithub.com/googleapis/java-recommendations-ai/issues/370)) ([bd37507](https://www.togithub.com/googleapis/java-recommendations-ai/commit/bd37507e410b01f81e86d8ce6cd763d50c9cfd40))

##### Bug Fixes

*   Add `shopt -s nullglob` to dependencies script ([#​344](https://www.togithub.com/googleapis/java-recommendations-ai/issues/344)) ([40d14b2](https://www.togithub.com/googleapis/java-recommendations-ai/commit/40d14b2f0dd4fccd6f74d489c48c4677b50f2499))

##### Dependencies

*   update dependency com.google.cloud:google-cloud-shared-dependencies to v2 ([#​371](https://www.togithub.com/googleapis/java-recommendations-ai/issues/371)) ([82299a1](https://www.togithub.com/googleapis/java-recommendations-ai/commit/82299a19f2760dc809fc8a6fd20b0ae57591e581))

##### [0.6.1](https://www.togithub.com/googleapis/java-recommendations-ai/compare/v0.6.0...v0.6.1) (2021-07-01)

##### Dependencies

*   update dependency com.google.cloud:google-cloud-shared-dependencies to v1.4.0 ([#​346](https://www.togithub.com/googleapis/java-recommendations-ai/issues/346)) ([99f1b88](https://www.togithub.com/googleapis/java-recommendations-ai/commit/99f1b88550a48e3f8c8f6f6551efc344e7e90393))

</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-recommendations-ai).
  • Loading branch information
renovate-bot committed Aug 19, 2021
1 parent b42a83c commit fef330d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -23,7 +23,7 @@ If you are using Maven, add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-recommendations-ai</artifactId>
<version>0.6.1</version>
<version>0.7.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-recommendations-ai</artifactId>
<version>0.6.1</version>
<version>0.7.0</version>
</dependency>
<!-- [END recommendationengine_install_without_bom] -->

Expand Down
2 changes: 1 addition & 1 deletion samples/snapshot/pom.xml
Expand Up @@ -28,7 +28,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-recommendations-ai</artifactId>
<version>0.6.1</version>
<version>0.7.0</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion samples/snippets/pom.xml
Expand Up @@ -40,7 +40,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-recommendations-ai</artifactId>
<version>0.6.1</version>
<version>0.7.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit fef330d

Please sign in to comment.