diff --git a/java-vision/README.md b/java-vision/README.md index d20956275937..befd9c13e8bc 100644 --- a/java-vision/README.md +++ b/java-vision/README.md @@ -19,7 +19,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file: com.google.cloud libraries-bom - 26.1.2 + 26.1.3 pom import @@ -50,7 +50,7 @@ If you are using Maven without BOM, add this to your dependencies: If you are using Gradle 5.x or later, add this to your dependencies: ```Groovy -implementation platform('com.google.cloud:libraries-bom:26.1.2') +implementation platform('com.google.cloud:libraries-bom:26.1.3') implementation 'com.google.cloud:google-cloud-vision' ``` diff --git a/java-vision/samples/snippets/pom.xml b/java-vision/samples/snippets/pom.xml index a5b3167ef7d1..316bd01b9d3e 100644 --- a/java-vision/samples/snippets/pom.xml +++ b/java-vision/samples/snippets/pom.xml @@ -30,7 +30,7 @@ com.google.cloud libraries-bom - 26.1.2 + 26.1.3 pom import