Skip to content

Commit c5c97b0

Browse files
chore(deps): update dependency com.google.cloud:google-cloud-bigquery to v2.13.3 (#2123)
* chore(deps): update dependency com.google.cloud:google-cloud-bigquery to v2.13.3 * 🦉 Updates from OwlBot post-processor 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 a1c3fde commit c5c97b0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

‎README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ If you are using Maven without BOM, add this to your dependencies:
4444
<dependency>
4545
<groupId>com.google.cloud</groupId>
4646
<artifactId>google-cloud-bigquery</artifactId>
47-
<version>2.13.2</version>
47+
<version>2.13.3</version>
4848
</dependency>
4949

5050
```
@@ -59,13 +59,13 @@ implementation 'com.google.cloud:google-cloud-bigquery'
5959
If you are using Gradle without BOM, add this to your dependencies
6060

6161
```Groovy
62-
implementation 'com.google.cloud:google-cloud-bigquery:2.13.2'
62+
implementation 'com.google.cloud:google-cloud-bigquery:2.13.3'
6363
```
6464

6565
If you are using SBT, add this to your dependencies
6666

6767
```Scala
68-
libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "2.13.2"
68+
libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "2.13.3"
6969
```
7070

7171
## Authentication

‎samples/install-without-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<dependency>
4646
<groupId>com.google.cloud</groupId>
4747
<artifactId>google-cloud-bigquery</artifactId>
48-
<version>2.13.2</version>
48+
<version>2.13.3</version>
4949
</dependency>
5050
<!-- [END bigquery_install_without_bom] -->
5151

0 commit comments

Comments
 (0)