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

Commit f26359c

Browse files
chore: regenerate README (#845)
1 parent 5518d95 commit f26359c

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": "8ae01e9c8514b4e32a326b31033fc1925c678ebf"
7+
"sha": "4d36f52eccaf8a2e2bf2bdefcf30bb5832f808e4"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "4679e7e415221f03ff2a71e3ffad75b9ec41d87e"
14+
"sha": "0973d57c09011609a283e82470a44110efb4ccf4"
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.5</version>
41+
<version>1.9.0</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.5'
54+
compile 'com.google.cloud:google-cloud-bigquerystorage:1.9.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.8.5"
59+
libraryDependencies += "com.google.cloud" % "google-cloud-bigquerystorage" % "1.9.0"
6060
```
6161

6262
## Authentication

0 commit comments

Comments
 (0)