diff --git a/java-channel/README.md b/java-channel/README.md
index 06e4ab8bc39d..a0be57dd1a81 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.5.2
+ 3.6.0
```
If you are using Gradle without BOM, add this to your dependencies
```Groovy
-implementation 'com.google.cloud:google-cloud-channel:3.5.2'
+implementation 'com.google.cloud:google-cloud-channel:3.6.0'
```
If you are using SBT, add this to your dependencies
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-channel" % "3.5.2"
+libraryDependencies += "com.google.cloud" % "google-cloud-channel" % "3.6.0"
```
## Authentication
diff --git a/java-channel/samples/install-without-bom/pom.xml b/java-channel/samples/install-without-bom/pom.xml
index e86a6205eb92..40d3bb00bf1c 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.5.2
+ 3.6.0
diff --git a/java-channel/samples/snapshot/pom.xml b/java-channel/samples/snapshot/pom.xml
index 7de10edb40b6..0a83891b2694 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.5.2
+ 3.6.0
diff --git a/java-channel/samples/snippets/pom.xml b/java-channel/samples/snippets/pom.xml
index 430d0fdbfc05..a2863c0a8794 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.5.2
+ 3.6.0