diff --git a/java-document-ai/README.md b/java-document-ai/README.md index 10860a39096..72f6e9399cc 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: com.google.cloud google-cloud-document-ai - 2.6.2 + 2.7.0 ``` @@ -42,7 +42,7 @@ If you are using Maven without BOM, add this to your dependencies: com.google.cloud google-cloud-document-ai - 2.6.2 + 2.7.0 ``` @@ -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.6.2' +implementation 'com.google.cloud:google-cloud-document-ai:2.7.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-document-ai" % "2.6.2" +libraryDependencies += "com.google.cloud" % "google-cloud-document-ai" % "2.7.0" ``` ## Authentication diff --git a/java-document-ai/samples/install-without-bom/pom.xml b/java-document-ai/samples/install-without-bom/pom.xml index ab8e92fcd17..e846dc4a4d6 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 @@ com.google.cloud google-cloud-document-ai - 2.6.2 + 2.7.0 diff --git a/java-document-ai/samples/snapshot/pom.xml b/java-document-ai/samples/snapshot/pom.xml index 38247d9d125..e3f0855b7f2 100644 --- a/java-document-ai/samples/snapshot/pom.xml +++ b/java-document-ai/samples/snapshot/pom.xml @@ -28,7 +28,7 @@ com.google.cloud google-cloud-document-ai - 2.6.2 + 2.7.0 diff --git a/java-document-ai/samples/snippets/pom.xml b/java-document-ai/samples/snippets/pom.xml index ad26ead060e..a44588b0385 100644 --- a/java-document-ai/samples/snippets/pom.xml +++ b/java-document-ai/samples/snippets/pom.xml @@ -41,7 +41,7 @@ com.google.cloud google-cloud-document-ai - 2.6.2 + 2.7.0