diff --git a/README.md b/README.md
index 82c393b42..2557f7117 100644
--- a/README.md
+++ b/README.md
@@ -59,13 +59,13 @@ implementation 'com.google.cloud:google-cloud-bigquery'
If you are using Gradle without BOM, add this to your dependencies
```Groovy
-implementation 'com.google.cloud:google-cloud-bigquery:2.8.0'
+implementation 'com.google.cloud:google-cloud-bigquery:2.9.0'
```
If you are using SBT, add this to your dependencies
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "2.8.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "2.9.0"
```
## Authentication
diff --git a/pom.xml b/pom.xml
index a77f77307..2665ea428 100644
--- a/pom.xml
+++ b/pom.xml
@@ -135,7 +135,7 @@
com.google.cloud
google-cloud-storage
- 2.4.1
+ 2.4.2
test