diff --git a/README.md b/README.md
index 2ed38f87b7..b70e2ca3cf 100644
--- a/README.md
+++ b/README.md
@@ -56,13 +56,13 @@ implementation 'com.google.cloud:google-cloud-bigquerystorage'
If you are using Gradle without BOM, add this to your dependencies
```Groovy
-implementation 'com.google.cloud:google-cloud-bigquerystorage:2.8.4'
+implementation 'com.google.cloud:google-cloud-bigquerystorage:2.9.0'
```
If you are using SBT, add this to your dependencies
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-bigquerystorage" % "2.8.4"
+libraryDependencies += "com.google.cloud" % "google-cloud-bigquerystorage" % "2.9.0"
```
## Authentication
diff --git a/tutorials/JsonWriterDefaultStream/pom.xml b/tutorials/JsonWriterDefaultStream/pom.xml
index 23225bc2a9..652951bb8b 100644
--- a/tutorials/JsonWriterDefaultStream/pom.xml
+++ b/tutorials/JsonWriterDefaultStream/pom.xml
@@ -34,7 +34,7 @@
org.apache.arrow
arrow-vector
- 6.0.1
+ 7.0.0
org.apache.arrow