Skip to content

Commit 2588582

Browse files
deps: update dependency com.google.cloud:google-cloud-shared-dependencies to v3.4.0 (googleapis#2547)
* deps: update dependency com.google.cloud:google-cloud-shared-dependencies to v3.4.0 * 🦉 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 e393728 commit 2588582

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
@@ -52,20 +52,20 @@ If you are using Maven without BOM, add this to your dependencies:
5252
If you are using Gradle 5.x or later, add this to your dependencies:
5353

5454
```Groovy
55-
implementation platform('com.google.cloud:libraries-bom:26.8.0')
55+
implementation platform('com.google.cloud:libraries-bom:26.9.0')
5656
5757
implementation 'com.google.cloud:google-cloud-bigquery'
5858
```
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.22.0'
62+
implementation 'com.google.cloud:google-cloud-bigquery:2.23.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.22.0"
68+
libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "2.23.0"
6969
```
7070

7171
## Authentication

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<github.global.server>github</github.global.server>
5555
<site.installationModule>google-cloud-bigquery-parent</site.installationModule>
5656
<google-api-services-bigquery.version>v2-rev20230210-2.0.0</google-api-services-bigquery.version>
57-
<google.cloud.shared-dependencies.version>3.3.0</google.cloud.shared-dependencies.version>
57+
<google.cloud.shared-dependencies.version>3.4.0</google.cloud.shared-dependencies.version>
5858
<arrow.version>11.0.0</arrow.version>
5959
</properties>
6060

0 commit comments

Comments
 (0)