diff --git a/java-video-live-stream/README.md b/java-video-live-stream/README.md
index a7149c79b321..1d0bead23bfb 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.1
+ 0.5.2
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-live-stream:0.5.1'
+implementation 'com.google.cloud:google-cloud-live-stream:0.5.2'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-live-stream" % "0.5.1"
+libraryDependencies += "com.google.cloud" % "google-cloud-live-stream" % "0.5.2"
```
## 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 2713dc31b813..4d60788f4208 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.1
+ 0.5.2
diff --git a/java-video-live-stream/samples/snippets/pom.xml b/java-video-live-stream/samples/snippets/pom.xml
index 9c598916cc64..6ad86a112574 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.1
+ 0.5.2