diff --git a/java-speech/README.md b/java-speech/README.md index 02ac93ead45a..03e1602191ed 100644 --- a/java-speech/README.md +++ b/java-speech/README.md @@ -47,7 +47,7 @@ If you are using Maven without BOM, add this to your dependencies: com.google.cloud google-cloud-speech - 2.5.5 + 2.5.6 ``` @@ -62,13 +62,13 @@ implementation 'com.google.cloud:google-cloud-speech' If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-speech:2.5.5' +implementation 'com.google.cloud:google-cloud-speech:2.5.6' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-speech" % "2.5.5" +libraryDependencies += "com.google.cloud" % "google-cloud-speech" % "2.5.6" ``` ## Authentication diff --git a/java-speech/samples/install-without-bom/pom.xml b/java-speech/samples/install-without-bom/pom.xml index e8b9d531c479..d00b196223dd 100644 --- a/java-speech/samples/install-without-bom/pom.xml +++ b/java-speech/samples/install-without-bom/pom.xml @@ -29,7 +29,7 @@ com.google.cloud google-cloud-speech - 2.5.5 + 2.5.6