Skip to content

Commit 8757240

Browse files
chore: regenerate README (#1194)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-03-22 15:17:17,485 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-bigquery/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-03-22 15:17:18,453 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/262011c9-5600-47e4-9c80-83faf6a58c89/targets - [ ] To automatically regenerate this PR, check this box.
1 parent 9cc0683 commit 8757240

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": "1648d5c1f30d0050f4103afcba9373e67efd347e"
7+
"sha": "9cc06838e2eaca5aa6c2a525aa42b8efde31e492"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "8b13da943497f75c5303700bff5aabdd85d939e0"
14+
"sha": "79c8dd7ee768292f933012d3a69a5b4676404cda"
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.9</version>
43+
<version>1.127.10</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.9'
56+
compile 'com.google.cloud:google-cloud-bigquery:1.127.10'
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.9"
61+
libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "1.127.10"
6262
```
6363

6464
## Authentication

0 commit comments

Comments
 (0)