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

Commit f33ed82

Browse files
Merge b377f45 into d9b0174
2 parents d9b0174 + b377f45 commit f33ed82

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-bigquery.git",
7-
"sha": "82ff3695c8f5811e3b1f52dd52ab6d743475e40c"
7+
"sha": "d9b01749a21df6b697e611e5f3c20e56ed87313b"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "4679e7e415221f03ff2a71e3ffad75b9ec41d87e"
14+
"sha": "b32c87d2c087fb2a841acc623ab540105de821af"
1515
}
1616
}
1717
]

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ If you are using Maven without BOM, add this to your dependencies:
4040
<dependency>
4141
<groupId>com.google.cloud</groupId>
4242
<artifactId>google-cloud-bigquery</artifactId>
43-
<version>1.127.0</version>
43+
<version>1.127.1</version>
4444
</dependency>
4545

4646
```
@@ -53,12 +53,12 @@ compile 'com.google.cloud:google-cloud-bigquery'
5353
```
5454
If you are using Gradle without BOM, add this to your dependencies
5555
```Groovy
56-
compile 'com.google.cloud:google-cloud-bigquery:1.127.0'
56+
compile 'com.google.cloud:google-cloud-bigquery:1.127.1'
5757
```
5858

5959
If you are using SBT, add this to your dependencies
6060
```Scala
61-
libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "1.127.0"
61+
libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "1.127.1"
6262
```
6363

6464
## Authentication

0 commit comments

Comments
 (0)