Skip to content

Commit 4910679

Browse files
feat: add libraries_bom_version in metadata (#1956)
* feat: add libraries_bom_version * add unit tests * remove isfile * add tempdir * restore * add current dir * restore template * remove unit test * restore templates Source-Link: googleapis/synthtool@63cc541 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:dc11e2119c854b57b7f7ed9962391decf002454700020a52b5d0d46c40b80a7e
1 parent 3f1d779 commit 4910679

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/.OwlBot.lock.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
# limitations under the License.
1414
docker:
1515
image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest
16-
digest: sha256:25b384ee1674eda3984ec41c15b514a63bbeb5eda4d57c73c7e6f5adef2fd2f1
17-
# created: 2024-04-05T19:12:34.133475268Z
16+
digest: sha256:dc11e2119c854b57b7f7ed9962391decf002454700020a52b5d0d46c40b80a7e
17+
# created: 2024-04-15T22:37:28.944513098Z

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