diff --git a/README.md b/README.md
index 141cb5808e..49e01fe6b5 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.17.0'
+implementation 'com.google.cloud:google-cloud-bigquerystorage:2.18.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-bigquerystorage" % "2.17.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-bigquerystorage" % "2.18.0"
```
## Authentication
diff --git a/google-cloud-bigquerystorage/pom.xml b/google-cloud-bigquerystorage/pom.xml
index 76c859d133..1df5a7b326 100644
--- a/google-cloud-bigquerystorage/pom.xml
+++ b/google-cloud-bigquerystorage/pom.xml
@@ -156,7 +156,7 @@
org.apache.avro
avro
- 1.11.0
+ 1.11.1
test
diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml
index 2ca25ef8ca..9efa5f951b 100644
--- a/samples/install-without-bom/pom.xml
+++ b/samples/install-without-bom/pom.xml
@@ -42,7 +42,7 @@
org.apache.avro
avro
- 1.11.0
+ 1.11.1
org.apache.arrow
diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml
index 010e480942..33b0ee1828 100644
--- a/samples/snapshot/pom.xml
+++ b/samples/snapshot/pom.xml
@@ -41,7 +41,7 @@
org.apache.avro
avro
- 1.11.0
+ 1.11.1
diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml
index 04776e0e4c..8ecb1c92c7 100644
--- a/samples/snippets/pom.xml
+++ b/samples/snippets/pom.xml
@@ -53,7 +53,7 @@
org.apache.avro
avro
- 1.11.0
+ 1.11.1
org.apache.arrow
diff --git a/tutorials/JsonWriterDefaultStream/pom.xml b/tutorials/JsonWriterDefaultStream/pom.xml
index 3bca29d907..6a4e0d5dd5 100644
--- a/tutorials/JsonWriterDefaultStream/pom.xml
+++ b/tutorials/JsonWriterDefaultStream/pom.xml
@@ -29,7 +29,7 @@
org.apache.avro
avro
- 1.11.0
+ 1.11.1
org.apache.arrow