diff --git a/README.md b/README.md index 35199363b..a18aa250d 100644 --- a/README.md +++ b/README.md @@ -50,20 +50,20 @@ 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.0.0') +implementation platform('com.google.cloud:libraries-bom:26.1.0') implementation 'com.google.cloud:google-cloud-vision' ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-vision:3.0.1' +implementation 'com.google.cloud:google-cloud-vision:3.1.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-vision" % "3.0.1" +libraryDependencies += "com.google.cloud" % "google-cloud-vision" % "3.1.0" ``` ## Authentication diff --git a/samples/spring-framework/pom.xml b/samples/spring-framework/pom.xml index 72bd87ce4..456cad81b 100644 --- a/samples/spring-framework/pom.xml +++ b/samples/spring-framework/pom.xml @@ -19,7 +19,7 @@ limitations under the License. 1.8 1.8 - 2.7.2 + 2.7.3