diff --git a/java-video-live-stream/README.md b/java-video-live-stream/README.md index 1cb1e29f32db..0e29b3e21fd0 100644 --- a/java-video-live-stream/README.md +++ b/java-video-live-stream/README.md @@ -22,20 +22,20 @@ If you are using Maven, add this to your pom.xml file: com.google.cloud google-cloud-live-stream - 0.5.7 + 0.5.8 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-live-stream:0.5.7' +implementation 'com.google.cloud:google-cloud-live-stream:0.5.8' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-live-stream" % "0.5.7" +libraryDependencies += "com.google.cloud" % "google-cloud-live-stream" % "0.5.8" ``` ## Authentication diff --git a/java-video-live-stream/samples/install-without-bom/pom.xml b/java-video-live-stream/samples/install-without-bom/pom.xml index a8707fd77646..17f26d8b5da5 100644 --- a/java-video-live-stream/samples/install-without-bom/pom.xml +++ b/java-video-live-stream/samples/install-without-bom/pom.xml @@ -29,7 +29,7 @@ com.google.cloud google-cloud-live-stream - 0.5.5 + 0.5.6 diff --git a/java-video-live-stream/samples/snippets/pom.xml b/java-video-live-stream/samples/snippets/pom.xml index 4c634f1f0cf7..eff77f562f36 100644 --- a/java-video-live-stream/samples/snippets/pom.xml +++ b/java-video-live-stream/samples/snippets/pom.xml @@ -28,7 +28,7 @@ com.google.cloud google-cloud-live-stream - 0.5.5 + 0.5.6