diff --git a/README.md b/README.md
index a5c62e51..2d32cede 100644
--- a/README.md
+++ b/README.md
@@ -71,20 +71,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:24.4.0')
+implementation platform('com.google.cloud:libraries-bom:25.0.0')
implementation 'com.google.cloud:google-cloud-errorreporting'
```
If you are using Gradle without BOM, add this to your dependencies
```Groovy
-implementation 'com.google.cloud:google-cloud-errorreporting:0.122.19-beta'
+implementation 'com.google.cloud:google-cloud-errorreporting:0.122.20-beta'
```
If you are using SBT, add this to your dependencies
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-errorreporting" % "0.122.19-beta"
+libraryDependencies += "com.google.cloud" % "google-cloud-errorreporting" % "0.122.20-beta"
```
## Authentication
diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml
index fa111bf3..fd62b341 100644
--- a/samples/install-without-bom/pom.xml
+++ b/samples/install-without-bom/pom.xml
@@ -36,7 +36,7 @@
com.google.cloud
google-cloud-core
- 2.5.9
+ 2.5.10
junit
diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml
index 9719f664..0d80c4d8 100644
--- a/samples/snapshot/pom.xml
+++ b/samples/snapshot/pom.xml
@@ -35,7 +35,7 @@
com.google.cloud
google-cloud-core
- 2.5.9
+ 2.5.10
junit