diff --git a/java-texttospeech/README.md b/java-texttospeech/README.md index 95900e1d3d26..565a023defb7 100644 --- a/java-texttospeech/README.md +++ b/java-texttospeech/README.md @@ -42,7 +42,7 @@ If you are using Maven without BOM, add this to your dependencies: com.google.cloud google-cloud-texttospeech - 2.4.8 + 2.4.9 ``` @@ -57,13 +57,13 @@ implementation 'com.google.cloud:google-cloud-texttospeech' If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-texttospeech:2.4.8' +implementation 'com.google.cloud:google-cloud-texttospeech:2.4.9' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-texttospeech" % "2.4.8" +libraryDependencies += "com.google.cloud" % "google-cloud-texttospeech" % "2.4.9" ``` ## Authentication diff --git a/java-texttospeech/samples/install-without-bom/pom.xml b/java-texttospeech/samples/install-without-bom/pom.xml index a021e769fa51..bff34c39b454 100644 --- a/java-texttospeech/samples/install-without-bom/pom.xml +++ b/java-texttospeech/samples/install-without-bom/pom.xml @@ -29,7 +29,7 @@ com.google.cloud google-cloud-texttospeech - 2.4.8 + 2.4.9