Skip to content

Commit 60e889e

Browse files
deps: update dependency com.google.cloud:google-cloud-bigquery to v2.23.2 (#1512)
* deps: update dependency com.google.cloud:google-cloud-bigquery to v2.23.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 3d3d609 commit 60e889e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -51,20 +51,20 @@ If you are using Maven without BOM, add this to your dependencies:
5151
If you are using Gradle 5.x or later, add this to your dependencies:
5252

5353
```Groovy
54-
implementation platform('com.google.cloud:libraries-bom:26.9.0')
54+
implementation platform('com.google.cloud:libraries-bom:26.10.0')
5555
5656
implementation 'com.google.cloud:google-cloud-pubsub'
5757
```
5858
If you are using Gradle without BOM, add this to your dependencies:
5959

6060
```Groovy
61-
implementation 'com.google.cloud:google-cloud-pubsub:1.123.4'
61+
implementation 'com.google.cloud:google-cloud-pubsub:1.123.5'
6262
```
6363

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

6666
```Scala
67-
libraryDependencies += "com.google.cloud" % "google-cloud-pubsub" % "1.123.4"
67+
libraryDependencies += "com.google.cloud" % "google-cloud-pubsub" % "1.123.5"
6868
```
6969

7070
## Authentication

samples/install-without-bom/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
<dependency>
8787
<groupId>com.google.cloud</groupId>
8888
<artifactId>google-cloud-bigquery</artifactId>
89-
<version>2.23.0</version>
89+
<version>2.23.2</version>
9090
</dependency>
9191
</dependencies>
9292

samples/snapshot/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
<dependency>
8686
<groupId>com.google.cloud</groupId>
8787
<artifactId>google-cloud-bigquery</artifactId>
88-
<version>2.23.0</version>
88+
<version>2.23.2</version>
8989
</dependency>
9090
</dependencies>
9191

0 commit comments

Comments
 (0)