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-domains …
Browse files Browse the repository at this point in the history
…to v0.3.0 (#85)

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

***

### Release Notes

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

### [`v0.3.0`](https://togithub.com/googleapis/java-domains/blob/master/CHANGELOG.md#​030-httpswwwgithubcomgoogleapisjava-domainscomparev021v030-2021-08-06)

[Compare Source](https://togithub.com/googleapis/java-domains/compare/v0.2.1...v0.3.0)

##### ⚠ BREAKING CHANGES

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

##### Features

*   add v1alpha2 client ([9273c0e](https://www.togithub.com/googleapis/java-domains/commit/9273c0e3ed57ba439ce19167a2e8dabf2fbce620))
*   release gapic-generator-java v2.0.0 ([#​81](https://www.togithub.com/googleapis/java-domains/issues/81)) ([0d0f822](https://www.togithub.com/googleapis/java-domains/commit/0d0f822a517d4b506c379ac9e2637d14ecb10db1))

##### Bug Fixes

*   Add `shopt -s nullglob` to dependencies script ([#​1130](https://www.togithub.com/googleapis/java-domains/issues/1130)) ([#​62](https://www.togithub.com/googleapis/java-domains/issues/62)) ([9e8a91d](https://www.togithub.com/googleapis/java-domains/commit/9e8a91d221cc1eaf4805cfbc6b7c425c83f0fea5))
*   owlbot post-processor should generate README ([#​1154](https://www.togithub.com/googleapis/java-domains/issues/1154)) ([#​67](https://www.togithub.com/googleapis/java-domains/issues/67)) ([025fbaa](https://www.togithub.com/googleapis/java-domains/commit/025fbaa45da9bd835de1959aeb9c9b7b223252f5)), closes [#​1146](https://www.togithub.com/googleapis/java-domains/issues/1146) [#​1147](https://www.togithub.com/googleapis/java-domains/issues/1147)

##### Dependencies

*   update dependency com.google.cloud:google-cloud-shared-dependencies to v1.4.0 ([#​63](https://www.togithub.com/googleapis/java-domains/issues/63)) ([5cb105d](https://www.togithub.com/googleapis/java-domains/commit/5cb105da21601d1a5071c89ae32506b7453aae57))
*   update dependency com.google.cloud:google-cloud-shared-dependencies to v2 ([#​82](https://www.togithub.com/googleapis/java-domains/issues/82)) ([42ac002](https://www.togithub.com/googleapis/java-domains/commit/42ac002a80fd3fe67ffce0a8643b79e9e0795bf2))

##### [0.2.1](https://www.togithub.com/googleapis/java-domains/compare/v0.2.0...v0.2.1) (2021-06-09)

##### Dependencies

*   update dependency com.google.cloud:google-cloud-shared-dependencies to v1.3.0 ([#​48](https://www.togithub.com/googleapis/java-domains/issues/48)) ([90b5323](https://www.togithub.com/googleapis/java-domains/commit/90b532320b60bd9264dbde81762ee074ed544c6b))

</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-domains).
  • Loading branch information
renovate-bot committed Sep 13, 2021
1 parent 9fb81b9 commit ae80764
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -22,7 +22,7 @@ If you are using Maven, add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-domains</artifactId>
<version>0.2.1</version>
<version>0.3.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-domains</artifactId>
<version>0.2.1</version>
<version>0.3.0</version>
</dependency>
<!-- [END domains_install_without_bom] -->

Expand Down
2 changes: 1 addition & 1 deletion samples/snippets/pom.xml
Expand Up @@ -28,7 +28,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-domains</artifactId>
<version>0.2.1</version>
<version>0.3.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit ae80764

Please sign in to comment.