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

Commit 4135e4f

Browse files
chore: regenerate README (#1203)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-03-25 17:53:22,220 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-bigquery/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-03-25 17:53:23,506 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/befec425-5b6d-4019-9f51-6f30166a31a7/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
1 parent 1aab5d1 commit 4135e4f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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": "9cc06838e2eaca5aa6c2a525aa42b8efde31e492"
7+
"sha": "1aab5d13ebd0908ab733a7e773b5db4276a9074c"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "79c8dd7ee768292f933012d3a69a5b4676404cda"
14+
"sha": "bb854b6c048619e3be4e8b8ce8ed10aa74ea78ef"
1515
}
1616
}
1717
]

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.10'
56+
compile 'com.google.cloud:google-cloud-bigquery:1.127.11'
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.10"
61+
libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "1.127.11"
6262
```
6363

6464
## Authentication

0 commit comments

Comments
 (0)