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

Commit f02bed4

Browse files
chore: regenerate README (#789)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-01-13 13:15:02,209 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-bigquerystorage/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-01-13 13:15:03,394 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata. ``` </details> Full log will be available here: https://source.cloud.google.com/results/invocations/125869d0-3c4e-4714-9809-001e2e717ed0/targets - [ ] To automatically regenerate this PR, check this box.
1 parent 792e925 commit f02bed4

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-bigquerystorage.git",
7-
"sha": "1ef96762155f0f538dc3916f1a32c0f756e9c7a1"
7+
"sha": "3cbd943546de0851ceb09f6a6b55c5bf0e018305"
88
}
99
},
1010
{

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.2</version>
41+
<version>1.8.3</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.2'
54+
compile 'com.google.cloud:google-cloud-bigquerystorage:1.8.3'
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.2"
59+
libraryDependencies += "com.google.cloud" % "google-cloud-bigquerystorage" % "1.8.3"
6060
```
6161

6262
## Authentication

0 commit comments

Comments
 (0)