diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata
index 344bdf9d5c..763cb2b16c 100644
--- a/.github/readme/synth.metadata/synth.metadata
+++ b/.github/readme/synth.metadata/synth.metadata
@@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-bigquerystorage.git",
- "sha": "f02bed448912b683a85fe31e1c7da3efe169d95c"
+ "sha": "0ceff8ac3db27c98da38ea2b431d41cbc1856941"
}
},
{
diff --git a/README.md b/README.md
index e4dcf0c4b0..4bd2ede5dc 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file
com.google.cloud
libraries-bom
- 16.2.1
+ 16.3.0
pom
import
@@ -38,25 +38,25 @@ If you are using Maven without BOM, add this to your dependencies:
com.google.cloud
google-cloud-bigquerystorage
- 1.8.3
+ 1.8.4
```
If you are using Gradle 5.x or later, add this to your dependencies
```Groovy
-implementation platform('com.google.cloud:libraries-bom:16.2.1')
+implementation platform('com.google.cloud:libraries-bom:16.3.0')
compile 'com.google.cloud:google-cloud-bigquerystorage'
```
If you are using Gradle without BOM, add this to your dependencies
```Groovy
-compile 'com.google.cloud:google-cloud-bigquerystorage:1.8.3'
+compile 'com.google.cloud:google-cloud-bigquerystorage:1.8.4'
```
If you are using SBT, add this to your dependencies
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-bigquerystorage" % "1.8.3"
+libraryDependencies += "com.google.cloud" % "google-cloud-bigquerystorage" % "1.8.4"
```
## Authentication