diff --git a/README.md b/README.md index 1e364f2d..bfa753b6 100644 --- a/README.md +++ b/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.7.1 + 2.7.2 ``` @@ -42,7 +42,7 @@ If you are using Maven without BOM, add this to your dependencies: com.google.cloud google-cloud-document-ai - 2.7.1 + 2.7.2 ``` @@ -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.1' +implementation 'com.google.cloud:google-cloud-document-ai:2.7.2' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-document-ai" % "2.7.1" +libraryDependencies += "com.google.cloud" % "google-cloud-document-ai" % "2.7.2" ``` ## Authentication diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml index 98c45689..8ab4b365 100644 --- a/samples/install-without-bom/pom.xml +++ b/samples/install-without-bom/pom.xml @@ -29,7 +29,7 @@ com.google.cloud google-cloud-document-ai - 2.7.1 + 2.7.2 diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index ed9db6eb..d1eaad8d 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -28,7 +28,7 @@ com.google.cloud google-cloud-document-ai - 2.7.1 + 2.7.2 diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml index 60b1cdd8..b31cfda4 100644 --- a/samples/snippets/pom.xml +++ b/samples/snippets/pom.xml @@ -41,7 +41,7 @@ com.google.cloud google-cloud-document-ai - 2.7.1 + 2.7.2