Skip to content

Commit 68c02a9

Browse files
feat: [java] allow passing libraries_bom_version from env (#1967)
* feat: [java] allow passing libraries_bom_version from env * reformat Source-Link: googleapis/synthtool@e36d2f1 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:31aa2ef27b071c2e7844b0eb1d5a24254daff06615b1b138b994dd6345c0b0ea
1 parent 4132ac7 commit 68c02a9

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:68ba5f5164a4b55529d358bb262feaa000536a0c62980727dd05a91bbb47ea5e
17-
# created: 2024-05-09T16:31:37.168667071Z
16+
digest: sha256:31aa2ef27b071c2e7844b0eb1d5a24254daff06615b1b138b994dd6345c0b0ea
17+
# created: 2024-05-17T15:15:57.6714113Z

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