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

Commit 1b1928c

Browse files
deps: update dependency com.google.cloud:google-cloud-bigquery to v2.2.1 (#1088)
* deps: update dependency com.google.cloud:google-cloud-bigquery to v2.2.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 956a42b commit 1b1928c

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@ implementation 'com.google.cloud:google-cloud-bigquerydatatransfer'
5656
If you are using Gradle without BOM, add this to your dependencies
5757

5858
```Groovy
59-
implementation 'com.google.cloud:google-cloud-bigquerydatatransfer:2.0.16'
59+
implementation 'com.google.cloud:google-cloud-bigquerydatatransfer:2.0.17'
6060
```
6161

6262
If you are using SBT, add this to your dependencies
6363

6464
```Scala
65-
libraryDependencies += "com.google.cloud" % "google-cloud-bigquerydatatransfer" % "2.0.16"
65+
libraryDependencies += "com.google.cloud" % "google-cloud-bigquerydatatransfer" % "2.0.17"
6666
```
6767

6868
## Authentication

samples/install-without-bom/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<dependency>
5454
<groupId>com.google.cloud</groupId>
5555
<artifactId>google-cloud-bigquery</artifactId>
56-
<version>2.2.0</version>
56+
<version>2.2.1</version>
5757
<scope>test</scope>
5858
</dependency>
5959
<dependency>

samples/snapshot/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<dependency>
5454
<groupId>com.google.cloud</groupId>
5555
<artifactId>google-cloud-bigquery</artifactId>
56-
<version>2.2.0</version>
56+
<version>2.2.1</version>
5757
<scope>test</scope>
5858
</dependency>
5959
<dependency>

samples/snippets/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
<dependency>
6666
<groupId>com.google.cloud</groupId>
6767
<artifactId>google-cloud-bigquery</artifactId>
68-
<version>2.2.0</version>
68+
<version>2.2.1</version>
6969
<scope>test</scope>
7070
</dependency>
7171
<dependency>

0 commit comments

Comments
 (0)