From 67b65b6b8d7b65a203ee05a1a0ee5e5325f5809c Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate <bot@renovateapp.com> Date: Wed, 4 Nov 2020 01:28:05 +0100 Subject: [PATCH] chore(deps): update dependency com.google.cloud:libraries-bom to v14 (#257) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [com.google.cloud:libraries-bom](https://togithub.com/GoogleCloudPlatform/cloud-opensource-java) | major | `13.4.0` -> `14.4.1` | --- ### 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). --- document-ai/snippets/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/document-ai/snippets/pom.xml b/document-ai/snippets/pom.xml index c7bb73463d6..23c2be05f29 100644 --- a/document-ai/snippets/pom.xml +++ b/document-ai/snippets/pom.xml @@ -30,7 +30,7 @@ <dependency> <groupId>com.google.cloud</groupId> <artifactId>libraries-bom</artifactId> - <version>13.4.0</version> + <version>14.4.1</version> <type>pom</type> <scope>import</scope> </dependency>