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

Commit 47ce71a

Browse files
chore: regenerate README (#464)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-07-08 11:38:20,639 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-bigqueryconnection/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-07-08 11:38:21,888 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/bfbb6b38-11ef-44a2-8a90-04498b2fc03c/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
1 parent c7b656b commit 47ce71a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/readme/synth.metadata/synth.metadata

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-bigqueryconnection.git",
7-
"sha": "ddd31d26ba8a95ea6a5189c7815bf23577ffbb2a"
7+
"sha": "c7b656bbd4758734ba3a78cbf6059524aadaf291"
88
}
99
},
1010
{

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,19 @@ If you are using Maven, add this to your pom.xml file:
1717
<dependency>
1818
<groupId>com.google.cloud</groupId>
1919
<artifactId>google-cloud-bigqueryconnection</artifactId>
20-
<version>1.1.4</version>
20+
<version>1.1.5</version>
2121
</dependency>
2222

2323
```
2424

2525
If you are using Gradle without BOM, add this to your dependencies
2626
```Groovy
27-
compile 'com.google.cloud:google-cloud-bigqueryconnection:1.1.4'
27+
compile 'com.google.cloud:google-cloud-bigqueryconnection:1.1.5'
2828
```
2929

3030
If you are using SBT, add this to your dependencies
3131
```Scala
32-
libraryDependencies += "com.google.cloud" % "google-cloud-bigqueryconnection" % "1.1.4"
32+
libraryDependencies += "com.google.cloud" % "google-cloud-bigqueryconnection" % "1.1.5"
3333
```
3434

3535
## Authentication

0 commit comments

Comments
 (0)