Skip to content
This repository was archived by the owner on May 8, 2026. It is now read-only.

Commit af523e3

Browse files
chore: generate libraries at Tue Jan 27 14:59:12 UTC 2026
1 parent 870be1e commit af523e3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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.143.1</version>
46+
<version>1.146.0</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.146.0'
61+
implementation 'com.google.cloud:google-cloud-pubsub:1.146.1'
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.146.0"
67+
libraryDependencies += "com.google.cloud" % "google-cloud-pubsub" % "1.146.1"
6868
```
6969

7070
## Authentication
@@ -401,7 +401,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
401401
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-pubsub/latest/history
402402
[stability-image]: https://img.shields.io/badge/stability-stable-green
403403
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-pubsub.svg
404-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-pubsub/1.146.0
404+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-pubsub/1.146.1
405405
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
406406
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
407407
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles

0 commit comments

Comments
 (0)