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

Commit 415ece3

Browse files
Merge 2264d14 into ca4f5be
2 parents ca4f5be + 2264d14 commit 415ece3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.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": "ed1c26588ceb3e0d852fabefe8b3a89b8c74e6dd"
7+
"sha": "ca4f5bece97d981b4dba10b3c27ec1a01b4b111c"
88
}
99
},
1010
{

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.9.1'
54+
compile 'com.google.cloud:google-cloud-bigquerystorage:1.10.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.9.1"
59+
libraryDependencies += "com.google.cloud" % "google-cloud-bigquerystorage" % "1.10.0"
6060
```
6161

6262
## Authentication

0 commit comments

Comments
 (0)