Skip to content
This repository was archived by the owner on Sep 27, 2023. It is now read-only.

Commit 9f68729

Browse files
chore: regenerate README (#560)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2020-12-08 21:41:13,419 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-bigquerydatatransfer/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2020-12-08 21:41:14,296 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/1b614084-0e73-40a3-8b49-837dec20f36a/targets - [ ] To automatically regenerate this PR, check this box.
1 parent 93bd73f commit 9f68729

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-bigquerydatatransfer.git",
7-
"sha": "326a9c3093e847f3e1441a40f778292af8331b03"
7+
"sha": "93bd73ff8928255b19b70a30581f7339d3f484d8"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "18c5dbdb4ac8cf75d4d8174e7b4558f48e76f8a1"
14+
"sha": "3559dd8cb634347737632776ef4089443eacdb4f"
1515
}
1616
}
1717
]

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,18 +38,18 @@ If you are using Maven without BOM, add this to your dependencies:
3838
<dependency>
3939
<groupId>com.google.cloud</groupId>
4040
<artifactId>google-cloud-bigquerydatatransfer</artifactId>
41-
<version>1.0.21</version>
41+
<version>1.0.22</version>
4242
</dependency>
4343

4444
```
4545

4646
If you are using Gradle, add this to your dependencies
4747
```Groovy
48-
compile 'com.google.cloud:google-cloud-bigquerydatatransfer:1.0.21'
48+
compile 'com.google.cloud:google-cloud-bigquerydatatransfer:1.0.22'
4949
```
5050
If you are using SBT, add this to your dependencies
5151
```Scala
52-
libraryDependencies += "com.google.cloud" % "google-cloud-bigquerydatatransfer" % "1.0.21"
52+
libraryDependencies += "com.google.cloud" % "google-cloud-bigquerydatatransfer" % "1.0.22"
5353
```
5454

5555
## Authentication

0 commit comments

Comments
 (0)