diff --git a/java-video-stitcher/README.md b/java-video-stitcher/README.md
index 2d7734ebfaaf..c901281f77b9 100644
--- a/java-video-stitcher/README.md
+++ b/java-video-stitcher/README.md
@@ -22,20 +22,20 @@ If you are using Maven, add this to your pom.xml file:
com.google.cloud
google-cloud-video-stitcher
- 0.3.0
+ 0.3.2
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-video-stitcher:0.3.0'
+implementation 'com.google.cloud:google-cloud-video-stitcher:0.3.2'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-video-stitcher" % "0.3.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-video-stitcher" % "0.3.2"
```
## Authentication
diff --git a/java-video-stitcher/pom.xml b/java-video-stitcher/pom.xml
index d57e05aba170..8c41493d0437 100644
--- a/java-video-stitcher/pom.xml
+++ b/java-video-stitcher/pom.xml
@@ -121,7 +121,7 @@
org.apache.maven.plugins
maven-project-info-reports-plugin
- 3.4.0
+ 3.4.1