From 950e362151bd57004396232694d478254ad0ef2d Mon Sep 17 00:00:00 2001
From: WhiteSource Renovate <bot@renovateapp.com>
Date: Mon, 10 Oct 2022 16:12:31 +0200
Subject: [PATCH] chore(deps): update dependency
 com.google.cloud:google-cloud-document-ai to v2.7.5 (#918)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

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

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - 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 these updates again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. âš  **Warning**: custom changes will be lost.

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-document-ai).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMjIuMyIsInVwZGF0ZWRJblZlciI6IjMyLjIyMi4zIn0=-->
---
 java-document-ai/README.md                           | 8 ++++----
 java-document-ai/samples/install-without-bom/pom.xml | 2 +-
 java-document-ai/samples/snapshot/pom.xml            | 2 +-
 java-document-ai/samples/snippets/pom.xml            | 2 +-
 4 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/java-document-ai/README.md b/java-document-ai/README.md
index 865816173f59..d28e27f5d95b 100644
--- a/java-document-ai/README.md
+++ b/java-document-ai/README.md
@@ -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>2.7.4</version>
+    <version>2.7.5</version>
   </dependency>
 
 ```
@@ -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>2.7.4</version>
+  <version>2.7.5</version>
 </dependency>
 
 ```
@@ -57,13 +57,13 @@ implementation 'com.google.cloud:google-cloud-document-ai'
 If you are using Gradle without BOM, add this to your dependencies:
 
 ```Groovy
-implementation 'com.google.cloud:google-cloud-document-ai:2.7.4'
+implementation 'com.google.cloud:google-cloud-document-ai:2.7.5'
 ```
 
 If you are using SBT, add this to your dependencies:
 
 ```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-document-ai" % "2.7.4"
+libraryDependencies += "com.google.cloud" % "google-cloud-document-ai" % "2.7.5"
 ```
 
 ## Authentication
diff --git a/java-document-ai/samples/install-without-bom/pom.xml b/java-document-ai/samples/install-without-bom/pom.xml
index 505f7f5cb421..36882f4ea599 100644
--- a/java-document-ai/samples/install-without-bom/pom.xml
+++ b/java-document-ai/samples/install-without-bom/pom.xml
@@ -29,7 +29,7 @@
     <dependency>
       <groupId>com.google.cloud</groupId>
       <artifactId>google-cloud-document-ai</artifactId>
-      <version>2.7.4</version>
+      <version>2.7.5</version>
     </dependency>
       <!-- [END documentai_install_without_bom] -->
     <dependency>
diff --git a/java-document-ai/samples/snapshot/pom.xml b/java-document-ai/samples/snapshot/pom.xml
index 0568b3071e24..f97863e0c73b 100644
--- a/java-document-ai/samples/snapshot/pom.xml
+++ b/java-document-ai/samples/snapshot/pom.xml
@@ -28,7 +28,7 @@
     <dependency>
       <groupId>com.google.cloud</groupId>
       <artifactId>google-cloud-document-ai</artifactId>
-      <version>2.7.4</version>
+      <version>2.7.5</version>
     </dependency>
 
     <dependency>
diff --git a/java-document-ai/samples/snippets/pom.xml b/java-document-ai/samples/snippets/pom.xml
index 6f1ea68b618b..ca6dfa280cfa 100644
--- a/java-document-ai/samples/snippets/pom.xml
+++ b/java-document-ai/samples/snippets/pom.xml
@@ -41,7 +41,7 @@
     <dependency>
       <groupId>com.google.cloud</groupId>
       <artifactId>google-cloud-document-ai</artifactId>
-      <version>2.7.4</version>
+      <version>2.7.5</version>
     </dependency>
     <!-- [END documentai_install_with_bom] -->
     <dependency>