Skip to content
This repository was archived by the owner on Mar 23, 2026. It is now read-only.

Commit c4fd120

Browse files
chore: regenerate README (#1262)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-04-26 23:16:23,258 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-bigquery/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-04-26 23:16:24,680 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/5b42685b-42b6-4e72-85bc-9ea516bfe3ad/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
1 parent 8c0b85b commit c4fd120

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.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": "9b445423a213309ad8dea9b149c3511c82174f6d"
7+
"sha": "bc6075b1eefaf9a65fc5f4d27ab8a7b76d499d35"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "043cc620d6a6111816d9e09f2a97208565fde958"
14+
"sha": "a648ce0ca3fe122b3186d7e6861cb641437e485e"
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.128.0</version>
43+
<version>1.128.1</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.128.0'
56+
compile 'com.google.cloud:google-cloud-bigquery:1.128.1'
5757
```
5858

5959
If you are using SBT, add this to your dependencies
6060
```Scala
61-
libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "1.128.0"
61+
libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "1.128.1"
6262
```
6363

6464
## Authentication

0 commit comments

Comments
 (0)