Skip to content

Commit 5e96884

Browse files
chore: regenerate README (#1013)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2020-12-09 20:25:06,444 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-bigquery/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2020-12-09 20:25:07,382 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/a1f883d2-937e-4d7f-9edf-5b376705428b/targets - [ ] To automatically regenerate this PR, check this box.
1 parent fb01a08 commit 5e96884

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": "40aef35b7db91eae11a9aa994db648615d6382aa"
7+
"sha": "bb4039d7f89d4fc31f24567213b45d9ef7703de5"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "18c5dbdb4ac8cf75d4d8174e7b4558f48e76f8a1"
14+
"sha": "7d1ee3207371ef72a1ca931a0964c4007e687280"
1515
}
1616
}
1717
]

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,18 +40,18 @@ 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.126.0</version>
43+
<version>1.126.1</version>
4444
</dependency>
4545

4646
```
4747

4848
If you are using Gradle, add this to your dependencies
4949
```Groovy
50-
compile 'com.google.cloud:google-cloud-bigquery:1.126.0'
50+
compile 'com.google.cloud:google-cloud-bigquery:1.126.1'
5151
```
5252
If you are using SBT, add this to your dependencies
5353
```Scala
54-
libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "1.126.0"
54+
libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "1.126.1"
5555
```
5656

5757
## Authentication

0 commit comments

Comments
 (0)