diff --git a/java-document-ai/README.md b/java-document-ai/README.md index 5fbc1cf50f40..edcce89be12b 100644 --- a/java-document-ai/README.md +++ b/java-document-ai/README.md @@ -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.3' +implementation 'com.google.cloud:google-cloud-document-ai:2.7.4' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-document-ai" % "2.7.3" +libraryDependencies += "com.google.cloud" % "google-cloud-document-ai" % "2.7.4" ``` ## Authentication diff --git a/java-document-ai/samples/install-without-bom/pom.xml b/java-document-ai/samples/install-without-bom/pom.xml index 8e53e94d6955..edd310b6ba5a 100644 --- a/java-document-ai/samples/install-without-bom/pom.xml +++ b/java-document-ai/samples/install-without-bom/pom.xml @@ -35,7 +35,7 @@ com.google.cloud google-cloud-storage - 2.12.0 + 2.13.0 junit diff --git a/java-document-ai/samples/snapshot/pom.xml b/java-document-ai/samples/snapshot/pom.xml index 728d909f4afc..5efec2494573 100644 --- a/java-document-ai/samples/snapshot/pom.xml +++ b/java-document-ai/samples/snapshot/pom.xml @@ -34,7 +34,7 @@ com.google.cloud google-cloud-storage - 2.12.0 + 2.13.0 junit