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

Commit fda8a73

Browse files
chore: regenerate README (#1189)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-03-18 22:36:46,865 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-bigquery/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-03-18 22:36:47,837 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata. ``` </details> Full log will be available here: https://source.cloud.google.com/results/invocations/94e54c49-9325-4c8d-b511-a3a6d7332e3b/targets - [ ] To automatically regenerate this PR, check this box.
1 parent dbdad37 commit fda8a73

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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-bigquery.git",
7-
"sha": "4c1a2453648312809d6ba415f7a8df76e2e93cbb"
7+
"sha": "dbdad37d11dbcad998a35133b6e36321486023fb"
88
}
99
},
1010
{

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ See https://github.com/GoogleCloudPlatform/cloud-opensource-java/wiki/The-Google
1919
<dependency>
2020
<groupId>com.google.cloud</groupId>
2121
<artifactId>libraries-bom</artifactId>
22-
<version>19.1.0</version>
22+
<version>19.2.0</version>
2323
<type>pom</type>
2424
<scope>import</scope>
2525
</dependency>
@@ -40,25 +40,25 @@ 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.8</version>
43+
<version>1.127.9</version>
4444
</dependency>
4545

4646
```
4747

4848
If you are using Gradle 5.x or later, add this to your dependencies
4949
```Groovy
50-
implementation platform('com.google.cloud:libraries-bom:19.1.0')
50+
implementation platform('com.google.cloud:libraries-bom:19.2.0')
5151
5252
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.8'
56+
compile 'com.google.cloud:google-cloud-bigquery:1.127.9'
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.8"
61+
libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "1.127.9"
6262
```
6363

6464
## Authentication

0 commit comments

Comments
 (0)