Skip to content

Commit d671bcb

Browse files
deps: update dependency com.google.cloud:google-cloud-shared-dependencies to v3.19.0 (#1811)
* deps: update dependency com.google.cloud:google-cloud-shared-dependencies to v3.19.0 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 2e756d6 commit d671bcb

File tree

3 files changed

+4
-8
lines changed

3 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

+3-3
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

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<dependency>
6262
<groupId>com.google.cloud</groupId>
6363
<artifactId>google-cloud-shared-dependencies</artifactId>
64-
<version>3.18.0</version>
64+
<version>3.19.0</version>
6565
<type>pom</type>
6666
<scope>import</scope>
6767
</dependency>

0 commit comments

Comments
 (0)