Skip to content

Commit 077ac04

Browse files
deps: update dependency com.google.cloud:google-cloud-shared-dependencies to v3.11.0 (#1605)
* deps: update dependency com.google.cloud:google-cloud-shared-dependencies to v3.11.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 7cfcc0c commit 077ac04

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -52,20 +52,20 @@ If you are using Maven without the 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.15.0')
55+
implementation platform('com.google.cloud:libraries-bom:26.16.0')
5656
5757
implementation 'com.google.cloud:google-cloud-pubsub'
5858
```
5959
If you are using Gradle without BOM, add this to your dependencies:
6060

6161
```Groovy
62-
implementation 'com.google.cloud:google-cloud-pubsub:1.123.12'
62+
implementation 'com.google.cloud:google-cloud-pubsub:1.123.13'
6363
```
6464

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

6767
```Scala
68-
libraryDependencies += "com.google.cloud" % "google-cloud-pubsub" % "1.123.12"
68+
libraryDependencies += "com.google.cloud" % "google-cloud-pubsub" % "1.123.13"
6969
```
7070
<!-- {x-version-update-end} -->
7171

@@ -406,7 +406,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
406406
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-pubsub/java11.html
407407
[stability-image]: https://img.shields.io/badge/stability-stable-green
408408
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-pubsub.svg
409-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-pubsub/1.123.12
409+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-pubsub/1.123.13
410410
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
411411
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
412412
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<dependency>
6262
<groupId>com.google.cloud</groupId>
6363
<artifactId>google-cloud-shared-dependencies</artifactId>
64-
<version>3.10.1</version>
64+
<version>3.11.0</version>
6565
<type>pom</type>
6666
<scope>import</scope>
6767
</dependency>

0 commit comments

Comments
 (0)