diff --git a/java-speech/README.md b/java-speech/README.md index 21e802a4a1c3..1351817387ea 100644 --- a/java-speech/README.md +++ b/java-speech/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.0.0 + 26.1.0 pom import @@ -55,20 +55,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-speech' ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-speech:2.5.2' +implementation 'com.google.cloud:google-cloud-speech:2.5.4' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-speech" % "2.5.2" +libraryDependencies += "com.google.cloud" % "google-cloud-speech" % "2.5.4" ``` ## Authentication diff --git a/java-speech/samples/snippets/pom.xml b/java-speech/samples/snippets/pom.xml index f64060c524c0..d40a8e75ceec 100644 --- a/java-speech/samples/snippets/pom.xml +++ b/java-speech/samples/snippets/pom.xml @@ -30,7 +30,7 @@ com.google.cloud libraries-bom - 26.0.0 + 26.1.0 pom import