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-dms to v2 (
Browse files Browse the repository at this point in the history
#78)

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

***

### Release Notes

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

### [`v2.0.0`](https://togithub.com/googleapis/java-dms/blob/master/CHANGELOG.md#​200-httpswwwgithubcomgoogleapisjava-dmscomparev100v200-2021-08-09)

[Compare Source](https://togithub.com/googleapis/java-dms/compare/v1.0.0...v2.0.0)

##### ⚠ BREAKING CHANGES

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

##### Features

*   release gapic-generator-java v2.0.0 ([#​74](https://www.togithub.com/googleapis/java-dms/issues/74)) ([fe4563c](https://www.togithub.com/googleapis/java-dms/commit/fe4563c2bda378e449670aa8d7b5b9316ef15e45))

##### Bug Fixes

*   owlbot post-processor should generate README ([#​1154](https://www.togithub.com/googleapis/java-dms/issues/1154)) ([#​59](https://www.togithub.com/googleapis/java-dms/issues/59)) ([26704fc](https://www.togithub.com/googleapis/java-dms/commit/26704fccc5e9f3fbfc226f80b37118b730302d9a)), closes [#​1146](https://www.togithub.com/googleapis/java-dms/issues/1146) [#​1147](https://www.togithub.com/googleapis/java-dms/issues/1147)

##### Dependencies

*   update dependency com.google.cloud:google-cloud-shared-dependencies to v2 ([#​75](https://www.togithub.com/googleapis/java-dms/issues/75)) ([cf68a56](https://www.togithub.com/googleapis/java-dms/commit/cf68a56e8a51e2561b43395bf48672dc62291709))

</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-dms).
  • Loading branch information
renovate-bot committed Aug 19, 2021
1 parent fd8652f commit 9d8c903
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 @@ -19,7 +19,7 @@ If you are using Maven, add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-dms</artifactId>
<version>1.0.0</version>
<version>2.0.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-dms</artifactId>
<version>1.0.0</version>
<version>2.0.0</version>
</dependency>
<!-- [END dms_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-dms</artifactId>
<version>1.0.0</version>
<version>2.0.0</version>
</dependency>
<!-- {x-version-update-end} -->

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-dms</artifactId>
<version>1.0.0</version>
<version>2.0.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 9d8c903

Please sign in to comment.