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

Commit 6169074

Browse files
chore: change version of unmanaged dependency check (#1982)
* chore: change version of unmanaged dependency check * 🦉 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 a84f9d0 commit 6169074

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/unmanaged_dependency_check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
# repository
1818
.kokoro/build.sh
1919
- name: Unmanaged dependency check
20-
uses: googleapis/sdk-platform-java/java-shared-dependencies/unmanaged-dependency-check@unmanaged-dependencies-check-latest
20+
uses: googleapis/sdk-platform-java/java-shared-dependencies/unmanaged-dependency-check@google-cloud-shared-dependencies/v3.28.1
2121
with:
2222
bom-path: google-cloud-pubsub-bom/pom.xml

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.127.3'
62+
implementation 'com.google.cloud:google-cloud-pubsub:1.128.0'
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.127.3"
68+
libraryDependencies += "com.google.cloud" % "google-cloud-pubsub" % "1.128.0"
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.127.3
414+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-pubsub/1.128.0
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)