Skip to content

Commit e3515df

Browse files
build(deps): update dependency com.google.cloud:google-cloud-shared-config to v1.5.2 (#2181)
* build(deps): update dependency com.google.cloud:google-cloud-shared-config to v1.5.2 * 🦉 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 64789a4 commit e3515df

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.8'
62+
implementation 'com.google.cloud:google-cloud-bigquery:2.14.0'
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.8"
68+
libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "2.14.0"
6969
```
7070

7171
## Authentication

‎pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>com.google.cloud</groupId>
1616
<artifactId>google-cloud-shared-config</artifactId>
17-
<version>1.5.1</version>
17+
<version>1.5.2</version>
1818
</parent>
1919

2020
<developers>

0 commit comments

Comments
 (0)