diff --git a/README.md b/README.md
index b8e47b4c2..52e2155f5 100644
--- a/README.md
+++ b/README.md
@@ -51,20 +51,20 @@ If you are using Maven without BOM, add this to your dependencies:
If you are using Gradle 5.x or later, add this to your dependencies:
```Groovy
-implementation platform('com.google.cloud:libraries-bom:26.4.0')
+implementation platform('com.google.cloud:libraries-bom:26.6.0')
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.0'
+implementation 'com.google.cloud:google-cloud-pubsub:1.123.1'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-pubsub" % "1.123.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-pubsub" % "1.123.1"
```
## Authentication
diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml
index f11db34c0..1e2a07783 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.9.2
+ 2.10.0
tests
diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml
index c09b34d77..355207296 100644
--- a/samples/snapshot/pom.xml
+++ b/samples/snapshot/pom.xml
@@ -79,7 +79,7 @@
com.google.cloud
google-cloud-core
- 2.9.2
+ 2.10.0
tests
diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml
index efb1504e2..03b7197ad 100644
--- a/samples/snippets/pom.xml
+++ b/samples/snippets/pom.xml
@@ -94,7 +94,7 @@
com.google.cloud
google-cloud-core
- 2.9.2
+ 2.10.0
tests