diff --git a/README.md b/README.md
index 81f80fd2e..2addd677e 100644
--- a/README.md
+++ b/README.md
@@ -58,13 +58,13 @@ implementation 'com.google.cloud:google-cloud-pubsub'
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-pubsub:1.123.4'
+implementation 'com.google.cloud:google-cloud-pubsub:1.123.5'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-pubsub" % "1.123.4"
+libraryDependencies += "com.google.cloud" % "google-cloud-pubsub" % "1.123.5"
```
## Authentication
diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml
index aa061a5ac..ffa2e2a36 100644
--- a/samples/install-without-bom/pom.xml
+++ b/samples/install-without-bom/pom.xml
@@ -75,7 +75,7 @@
com.google.protobuf
protobuf-java-util
- 3.21.12
+ 3.22.1
com.google.cloud
diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml
index 8a6fd1523..b804149af 100644
--- a/samples/snapshot/pom.xml
+++ b/samples/snapshot/pom.xml
@@ -61,7 +61,7 @@
com.google.protobuf
protobuf-java-util
- 3.21.12
+ 3.22.1
diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml
index 8cc2f75a6..42a975fa3 100644
--- a/samples/snippets/pom.xml
+++ b/samples/snippets/pom.xml
@@ -76,7 +76,7 @@
com.google.protobuf
protobuf-java-util
- 3.21.12
+ 3.22.1