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

Commit 6e15204

Browse files
chore: regenerate README
1 parent cc243d9 commit 6e15204

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": "08ee25322e259b93f2662402c8580e68652053eb"
7+
"sha": "cc243d97a14df3c94133b0705d6e5d5ef92a8286"
88
}
99
},
1010
{

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file
1717
<dependency>
1818
<groupId>com.google.cloud</groupId>
1919
<artifactId>libraries-bom</artifactId>
20-
<version>20.0.0</version>
20+
<version>20.1.0</version>
2121
<type>pom</type>
2222
<scope>import</scope>
2323
</dependency>
@@ -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.18.1'
54+
compile 'com.google.cloud:google-cloud-bigquerystorage:1.19.0'
5555
```
5656

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

6262
## Authentication

0 commit comments

Comments
 (0)