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

Commit 581a31e

Browse files
deps: update dependency com.google.cloud:google-cloud-bigquery to v2.4.1 (#972)
* deps: update dependency com.google.cloud:google-cloud-bigquery to v2.4.1 * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 189f50a commit 581a31e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ If you are using Maven without BOM, add this to your dependencies:
5555
<dependency>
5656
<groupId>com.google.cloud</groupId>
5757
<artifactId>google-cloud-bigquery</artifactId>
58-
<version>2.4.0</version>
58+
<version>2.4.1</version>
5959
</dependency>
6060
<dependency>
6161
<groupId>com.google.cloud</groupId>

samples/install-without-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<dependency>
3535
<groupId>com.google.cloud</groupId>
3636
<artifactId>google-cloud-bigquery</artifactId>
37-
<version>2.4.0</version>
37+
<version>2.4.1</version>
3838
</dependency>
3939
<dependency>
4040
<groupId>com.google.cloud</groupId>

samples/snapshot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<dependency>
3535
<groupId>com.google.cloud</groupId>
3636
<artifactId>google-cloud-bigquery</artifactId>
37-
<version>2.4.0</version>
37+
<version>2.4.1</version>
3838
</dependency>
3939
<dependency>
4040
<groupId>com.google.cloud</groupId>

0 commit comments

Comments
 (0)