Skip to content

Commit aa4d83d

Browse files
renovate-botShabirmean
authored andcommitted
chore(deps): update dependency com.google.cloud:google-cloud-document-ai to v0.5.0 (#387)
[![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) | `0.4.1` -> `0.5.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-document-ai/0.5.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-document-ai/0.5.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-document-ai/0.5.0/compatibility-slim/0.4.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-document-ai/0.5.0/confidence-slim/0.4.1)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>googleapis/java-document-ai</summary> ### [`v0.5.0`](https://togithub.com/googleapis/java-document-ai/blob/master/CHANGELOG.md#&#8203;050-httpswwwgithubcomgoogleapisjava-document-aicomparev041v050-2021-03-15) [Compare Source](https://togithub.com/googleapis/java-document-ai/compare/v0.4.1...v0.5.0) ##### ⚠ BREAKING CHANGES - remove the translation fields in document.proto ##### Features - **generator:** update protoc to v3.15.3 ([#&#8203;372](https://www.github.com/googleapis/java-document-ai/issues/372)) ([e98fa5a](https://www.github.com/googleapis/java-document-ai/commit/e98fa5a945dfbe41fc9ba52723986dcb2fe66b3e)) - remove the translation fields in document.proto ([#&#8203;382](https://www.github.com/googleapis/java-document-ai/issues/382)) ([06270f7](https://www.github.com/googleapis/java-document-ai/commit/06270f7b6a8e5e25f776236ee680a096bb842451)) - Update documentai/v1beta3 protos: add support for boolean normalized value ([#&#8203;358](https://www.github.com/googleapis/java-document-ai/issues/358)) ([2f341a1](https://www.github.com/googleapis/java-document-ai/commit/2f341a10d41f10a35f19eed20c7c6aa891f0569f)) ##### Dependencies - update dependency com.google.cloud:google-cloud-shared-dependencies to v0.20.1 ([#&#8203;383](https://www.github.com/googleapis/java-document-ai/issues/383)) ([b074e0b](https://www.github.com/googleapis/java-document-ai/commit/b074e0b4bf48b6b140cfe30158fde6a5a2ab1dfc)) - update dependency com.google.cloud:google-cloud-storage to v1.113.14 ([#&#8203;369](https://www.github.com/googleapis/java-document-ai/issues/369)) ([136d117](https://www.github.com/googleapis/java-document-ai/commit/136d1178d13f3a2bd3f93be6106a97f04aa7bcae)) ##### [0.4.1](https://www.github.com/googleapis/java-document-ai/compare/v0.4.0...v0.4.1) (2021-02-26) ##### Dependencies - update dependency com.google.cloud:google-cloud-shared-dependencies to v0.20.0 ([#&#8203;365](https://www.github.com/googleapis/java-document-ai/issues/365)) ([f9c5ac7](https://www.github.com/googleapis/java-document-ai/commit/f9c5ac7e904f0fba47fbdf21556aeced5b2478f5)) - update dependency com.google.cloud:google-cloud-storage to v1.113.11 ([#&#8203;357](https://www.github.com/googleapis/java-document-ai/issues/357)) ([6db90c7](https://www.github.com/googleapis/java-document-ai/commit/6db90c7fbf3b2aca39c050f39043393522fd4b31)) </details> --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. :no_bell: **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).
1 parent 73f20b2 commit aa4d83d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

document-ai/snippets/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<dependency>
4242
<groupId>com.google.cloud</groupId>
4343
<artifactId>google-cloud-document-ai</artifactId>
44-
<version>0.4.1</version>
44+
<version>0.5.0</version>
4545
</dependency>
4646
<!-- [END documentai_install_with_bom] -->
4747
<dependency>

0 commit comments

Comments
 (0)