Skip to content

Commit 52d6e34

Browse files
1 parent 0ec94eb commit 52d6e34

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

‎.github/blunderbuss.yml

-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
# Configuration for the Blunderbuss GitHub app. For more info see
22
# https://github.com/googleapis/repo-automation-bots/tree/main/packages/blunderbuss
3-
assign_issues:
4-
- maitrimangal
5-
assign_prs:
6-
- maitrimangal
73
assign_prs_by:
84
- labels:
95
- samples

‎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.19.0')
55+
implementation platform('com.google.cloud:libraries-bom:26.26.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.18'
62+
implementation 'com.google.cloud:google-cloud-pubsub:1.125.9'
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.18"
68+
libraryDependencies += "com.google.cloud" % "google-cloud-pubsub" % "1.125.9"
6969
```
7070
<!-- {x-version-update-end} -->
7171

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

0 commit comments

Comments
 (0)