diff --git a/java-video-transcoder/README.md b/java-video-transcoder/README.md
index 6e6b3dab800b..74bd748d3e96 100644
--- a/java-video-transcoder/README.md
+++ b/java-video-transcoder/README.md
@@ -19,20 +19,20 @@ If you are using Maven, add this to your pom.xml file:
com.google.cloud
google-cloud-video-transcoder
- 1.2.0
+ 1.2.1
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-video-transcoder:1.2.0'
+implementation 'com.google.cloud:google-cloud-video-transcoder:1.2.1'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-video-transcoder" % "1.2.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-video-transcoder" % "1.2.1"
```
## Authentication
diff --git a/java-video-transcoder/pom.xml b/java-video-transcoder/pom.xml
index 5e51b285ec2c..12598c593093 100644
--- a/java-video-transcoder/pom.xml
+++ b/java-video-transcoder/pom.xml
@@ -113,7 +113,7 @@
org.apache.maven.plugins
maven-project-info-reports-plugin
- 3.4.0
+ 3.4.1