diff --git a/README.md b/README.md
index 20f61b807..399a18ccc 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.115.2'
+implementation 'com.google.cloud:google-cloud-pubsub:1.115.3'
```
If you are using SBT, add this to your dependencies
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-pubsub" % "1.115.2"
+libraryDependencies += "com.google.cloud" % "google-cloud-pubsub" % "1.115.3"
```
## Authentication
diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml
index 8658f1d00..5e132e7eb 100644
--- a/samples/install-without-bom/pom.xml
+++ b/samples/install-without-bom/pom.xml
@@ -80,7 +80,7 @@
com.google.cloud
google-cloud-core
- 2.5.0
+ 2.5.1
tests
diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml
index 5aeb4d425..cfd5b06e7 100644
--- a/samples/snapshot/pom.xml
+++ b/samples/snapshot/pom.xml
@@ -79,7 +79,7 @@
com.google.cloud
google-cloud-core
- 2.5.0
+ 2.5.1
tests
diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml
index 2b1c4798c..18e0670f6 100644
--- a/samples/snippets/pom.xml
+++ b/samples/snippets/pom.xml
@@ -90,7 +90,7 @@
com.google.cloud
google-cloud-core
- 2.5.0
+ 2.5.1
tests