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

Commit a8ece03

Browse files
chore: regenerate README
1 parent 527b921 commit a8ece03

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.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": "0c4c6dbd826e38dee2fc11dad24b8396daf6d138"
7+
"sha": "527b921b28e02cae1fc67665e2710a2132eb7eac"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "1f1148d3c7a7a52f0c98077f976bd9b3c948ee2b"
14+
"sha": "7db8a6c5ffb12a6e4c2f799c18f00f7f3d60e279"
1515
}
1616
}
1717
]

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,18 +38,18 @@ 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.6.1</version>
41+
<version>1.6.2</version>
4242
</dependency>
4343

4444
```
4545

4646
If you are using Gradle, add this to your dependencies
4747
```Groovy
48-
compile 'com.google.cloud:google-cloud-bigquerystorage:1.6.1'
48+
compile 'com.google.cloud:google-cloud-bigquerystorage:1.6.2'
4949
```
5050
If you are using SBT, add this to your dependencies
5151
```Scala
52-
libraryDependencies += "com.google.cloud" % "google-cloud-bigquerystorage" % "1.6.1"
52+
libraryDependencies += "com.google.cloud" % "google-cloud-bigquerystorage" % "1.6.2"
5353
```
5454

5555
## Authentication

0 commit comments

Comments
 (0)