Skip to content

Commit 599bec3

Browse files
chore: generate libraries at Mon May 5 18:12:47 UTC 2025
1 parent 09382bf commit 599bec3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ If you are using Maven without the BOM, add this to your dependencies:
4343
<dependency>
4444
<groupId>com.google.cloud</groupId>
4545
<artifactId>google-cloud-pubsub</artifactId>
46-
<version>1.138.0</version>
46+
<version>1.139.1</version>
4747
</dependency>
4848

4949
```
@@ -58,13 +58,13 @@ implementation 'com.google.cloud:google-cloud-pubsub'
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.139.1'
61+
implementation 'com.google.cloud:google-cloud-pubsub:1.139.2'
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.139.1"
67+
libraryDependencies += "com.google.cloud" % "google-cloud-pubsub" % "1.139.2"
6868
```
6969

7070
## Authentication
@@ -418,7 +418,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
418418
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-pubsub/java11.html
419419
[stability-image]: https://img.shields.io/badge/stability-stable-green
420420
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-pubsub.svg
421-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-pubsub/1.139.1
421+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-pubsub/1.139.2
422422
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
423423
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
424424
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles

0 commit comments

Comments
 (0)