Skip to content
This repository was archived by the owner on Feb 24, 2026. It is now read-only.

Commit 1e4468c

Browse files
chore: regenerate README
1 parent 95e00f0 commit 1e4468c

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/readme/synth.metadata/synth.metadata

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-bigquerystorage.git",
7-
"sha": "b226c3c79c4d21dc92f162689b7b97ddaf4143d8"
7+
"sha": "95e00f0525bd3fface3055761b8060fb3d2157cb"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "a3e990f3545dc8ccd384a75d20ce9cb185ca6a28"
14+
"sha": "16ec872dd898d7de6e1822badfac32484b5d9031"
1515
}
1616
}
1717
]

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ If you are using Maven without BOM, add this to your dependencies:
3838
<dependency>
3939
<groupId>com.google.cloud</groupId>
4040
<artifactId>google-cloud-bigquerystorage</artifactId>
41-
<version>1.8.0</version>
41+
<version>1.8.1</version>
4242
</dependency>
4343

4444
```
@@ -51,12 +51,12 @@ compile 'com.google.cloud:google-cloud-bigquerystorage'
5151
```
5252
If you are using Gradle without BOM, add this to your dependencies
5353
```Groovy
54-
compile 'com.google.cloud:google-cloud-bigquerystorage:1.8.0'
54+
compile 'com.google.cloud:google-cloud-bigquerystorage:1.8.1'
5555
```
5656

5757
If you are using SBT, add this to your dependencies
5858
```Scala
59-
libraryDependencies += "com.google.cloud" % "google-cloud-bigquerystorage" % "1.8.0"
59+
libraryDependencies += "com.google.cloud" % "google-cloud-bigquerystorage" % "1.8.1"
6060
```
6161

6262
## Authentication

0 commit comments

Comments
 (0)