Skip to content

Commit e58cad4

Browse files
1 parent 0b85a3c commit e58cad4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@ implementation 'com.google.cloud:google-cloud-pubsub'
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.129.4'
62+
implementation 'com.google.cloud:google-cloud-pubsub:1.129.5'
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.129.4"
68+
libraryDependencies += "com.google.cloud" % "google-cloud-pubsub" % "1.129.5"
6969
```
7070
<!-- {x-version-update-end} -->
7171

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

0 commit comments

Comments
 (0)