Skip to content

Commit a634ed0

Browse files
chore: regenerate README (googleapis#896)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2020-10-30 23:36:45,239 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-bigquery/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working directory clean 2020-10-30 23:36:46,342 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/bb523f87-a8d7-4e91-8a51-793fc7f6043d/targets - [ ] To automatically regenerate this PR, check this box.
1 parent ea391ce commit a634ed0

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": "a9e45f83c0344886037939a04333194de1413bfc"
7+
"sha": "e9a34a30ed37c5d548de60c9f44cec22d426134e"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "ea52b8a0bd560f72f376efcf45197fb7c8869120"
14+
"sha": "b19b401571e77192f8dd38eab5fb2300a0de9324"
1515
}
1616
}
1717
]

README.md

Lines changed: 3 additions & 3 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>13.3.0</version>
22+
<version>13.4.0</version>
2323
<type>pom</type>
2424
<scope>import</scope>
2525
</dependency>
@@ -47,11 +47,11 @@ If you are using Maven without BOM, add this to your dependencies:
4747

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

5757
## Authentication

0 commit comments

Comments
 (0)