Skip to content

Commit cba4cc3

Browse files
1 parent 1e8b70f commit cba4cc3

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

‎.github/blunderbuss.yml‎

Lines changed: 0 additions & 4 deletions
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‎

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.125.9'
62+
implementation 'com.google.cloud:google-cloud-pubsub:1.125.10'
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.125.9"
68+
libraryDependencies += "com.google.cloud" % "google-cloud-pubsub" % "1.125.10"
6969
```
7070
<!-- {x-version-update-end} -->
7171

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

0 commit comments

Comments
 (0)