diff --git a/java-channel/README.md b/java-channel/README.md
index 12812d4e5d1b..c18a7867cc39 100644
--- a/java-channel/README.md
+++ b/java-channel/README.md
@@ -19,20 +19,20 @@ If you are using Maven, add this to your pom.xml file:
com.google.cloud
google-cloud-channel
- 3.7.0
+ 3.7.2
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-channel:3.7.0'
+implementation 'com.google.cloud:google-cloud-channel:3.7.2'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-channel" % "3.7.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-channel" % "3.7.2"
```
## Authentication
diff --git a/java-channel/samples/install-without-bom/pom.xml b/java-channel/samples/install-without-bom/pom.xml
index 37a138ee3cb6..d8cf52d7356a 100644
--- a/java-channel/samples/install-without-bom/pom.xml
+++ b/java-channel/samples/install-without-bom/pom.xml
@@ -29,7 +29,7 @@
com.google.cloud
google-cloud-channel
- 3.7.0
+ 3.7.2
diff --git a/java-channel/samples/snapshot/pom.xml b/java-channel/samples/snapshot/pom.xml
index 32d909ad577c..d128289201dc 100644
--- a/java-channel/samples/snapshot/pom.xml
+++ b/java-channel/samples/snapshot/pom.xml
@@ -28,7 +28,7 @@
com.google.cloud
google-cloud-channel
- 3.7.0
+ 3.7.2
diff --git a/java-channel/samples/snippets/pom.xml b/java-channel/samples/snippets/pom.xml
index 281c43b7fd59..116ddd351b4d 100644
--- a/java-channel/samples/snippets/pom.xml
+++ b/java-channel/samples/snippets/pom.xml
@@ -28,7 +28,7 @@
com.google.cloud
google-cloud-channel
- 3.7.0
+ 3.7.2