Skip to content
This repository has been archived by the owner on Nov 9, 2023. It is now read-only.

Commit

Permalink
chore(deps): update dependency com.google.cloud:google-cloud-document…
Browse files Browse the repository at this point in the history
…-ai to v2 (#582)

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

***

### Release Notes

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

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

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

##### ⚠ BREAKING CHANGES

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

##### Features

*   release gapic-generator-java v2.0.0 ([#​574](https://www.togithub.com/googleapis/java-document-ai/issues/574)) ([c3418bd](https://www.togithub.com/googleapis/java-document-ai/commit/c3418bdbddfb99ff80c231500f031d95d4cd067c))

##### Bug Fixes

*   owlbot post-processor should generate README ([#​1154](https://www.togithub.com/googleapis/java-document-ai/issues/1154)) ([#​548](https://www.togithub.com/googleapis/java-document-ai/issues/548)) ([49bc6cf](https://www.togithub.com/googleapis/java-document-ai/commit/49bc6cfd1c1f734db488a7d3e5d2d2b9ab2c89d6)), closes [#​1146](https://www.togithub.com/googleapis/java-document-ai/issues/1146) [#​1147](https://www.togithub.com/googleapis/java-document-ai/issues/1147)

##### Dependencies

*   update dependency com.google.cloud:google-cloud-shared-dependencies to v2 ([#​575](https://www.togithub.com/googleapis/java-document-ai/issues/575)) ([c0866a0](https://www.togithub.com/googleapis/java-document-ai/commit/c0866a0caf3996f63de8f4e800da83373b4a9ebe))
*   update dependency com.google.cloud:google-cloud-storage to v2 ([#​579](https://www.togithub.com/googleapis/java-document-ai/issues/579)) ([b52532b](https://www.togithub.com/googleapis/java-document-ai/commit/b52532bc9f50792e2ee16eab6217f6d1051118f8))

##### [1.2.1](https://www.togithub.com/googleapis/java-document-ai/compare/v1.2.0...v1.2.1) (2021-07-14)

##### Dependencies

*   update dependency com.google.cloud:google-cloud-storage to v1.118.0 ([#​543](https://www.togithub.com/googleapis/java-document-ai/issues/543)) ([9fe6315](https://www.togithub.com/googleapis/java-document-ai/commit/9fe63150ad0e6ef800a9fef26d8029011663cad7))

</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-document-ai).
  • Loading branch information
renovate-bot committed Aug 12, 2021
1 parent 116d929 commit 593917e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -30,7 +30,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-document-ai</artifactId>
<version>1.2.1</version>
<version>2.0.0</version>
</dependency>

```
Expand All @@ -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-document-ai</artifactId>
<version>1.2.1</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-document-ai</artifactId>
<version>1.2.1</version>
<version>2.0.0</version>
</dependency>
<!-- [END documentai_install_without_bom] -->
<dependency>
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-document-ai</artifactId>
<version>1.2.1</version>
<version>2.0.0</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion samples/snippets/pom.xml
Expand Up @@ -41,7 +41,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-document-ai</artifactId>
<version>1.2.1</version>
<version>2.0.0</version>
</dependency>
<!-- [END documentai_install_with_bom] -->
<dependency>
Expand Down

0 comments on commit 593917e

Please sign in to comment.