diff --git a/java-video-live-stream/README.md b/java-video-live-stream/README.md index 882bf015131d..c8c725ab4c39 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.4 + 0.5.5 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-live-stream:0.5.4' +implementation 'com.google.cloud:google-cloud-live-stream:0.5.5' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-live-stream" % "0.5.4" +libraryDependencies += "com.google.cloud" % "google-cloud-live-stream" % "0.5.5" ``` ## Authentication