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

Commit fe3f3a7

Browse files
chore: regenerate README
1 parent 33ea7e6 commit fe3f3a7

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-bigquery.git",
7-
"sha": "ececddf32294f7884350d7e99f4eb3d493744ed2"
7+
"sha": "33ea7e6d78eea92965ead1777c21e39db72b6df2"
88
}
99
},
1010
{

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.124.3</version>
43+
<version>1.124.4</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.124.3'
50+
compile 'com.google.cloud:google-cloud-bigquery:1.124.4'
5151
```
5252
If you are using SBT, add this to your dependencies
5353
```Scala
54-
libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "1.124.3"
54+
libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "1.124.4"
5555
```
5656

5757
## Authentication

0 commit comments

Comments
 (0)