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

Commit bacd758

Browse files
chore(deps): update dependency com.google.cloud:google-cloud-bigqueryconnection to v2.1.0 (#517)
* chore(deps): update dependency com.google.cloud:google-cloud-bigqueryconnection to v2.1.0 * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 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 bde11d2 commit bacd758

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,21 +19,21 @@ If you are using Maven, add this to your pom.xml file:
1919
<dependency>
2020
<groupId>com.google.cloud</groupId>
2121
<artifactId>google-cloud-bigqueryconnection</artifactId>
22-
<version>2.0.2</version>
22+
<version>2.1.0</version>
2323
</dependency>
2424

2525
```
2626

2727
If you are using Gradle without BOM, add this to your dependencies
2828

2929
```Groovy
30-
implementation 'com.google.cloud:google-cloud-bigqueryconnection:2.0.2'
30+
implementation 'com.google.cloud:google-cloud-bigqueryconnection:2.1.0'
3131
```
3232

3333
If you are using SBT, add this to your dependencies
3434

3535
```Scala
36-
libraryDependencies += "com.google.cloud" % "google-cloud-bigqueryconnection" % "2.0.2"
36+
libraryDependencies += "com.google.cloud" % "google-cloud-bigqueryconnection" % "2.1.0"
3737
```
3838

3939
## Authentication

samples/install-without-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<dependency>
3030
<groupId>com.google.cloud</groupId>
3131
<artifactId>google-cloud-bigqueryconnection</artifactId>
32-
<version>2.0.2</version>
32+
<version>2.1.0</version>
3333
</dependency>
3434
<!-- [END bigqueryconnection_install_without_bom] -->
3535

samples/snippets/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<groupId>com.google.cloud</groupId>
4141
<artifactId>google-cloud-bigqueryconnection</artifactId>
4242
<!-- TODO: REMOVE VERSION SPECIFIED BELOW WHEN THE CLIENT GOES GA-->
43-
<version>2.0.2</version>
43+
<version>2.1.0</version>
4444
</dependency>
4545

4646
<dependency>

0 commit comments

Comments
 (0)