File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
docker :
15
15
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
Original file line number Diff line number Diff line change @@ -59,13 +59,13 @@ implementation 'com.google.cloud:google-cloud-pubsub'
59
59
If you are using Gradle without BOM, add this to your dependencies:
60
60
61
61
``` Groovy
62
- implementation 'com.google.cloud:google-cloud-pubsub:1.129.4 '
62
+ implementation 'com.google.cloud:google-cloud-pubsub:1.129.5 '
63
63
```
64
64
65
65
If you are using SBT, add this to your dependencies:
66
66
67
67
``` Scala
68
- libraryDependencies += " com.google.cloud" % " google-cloud-pubsub" % " 1.129.4 "
68
+ libraryDependencies += " com.google.cloud" % " google-cloud-pubsub" % " 1.129.5 "
69
69
```
70
70
<!-- {x-version-update-end} -->
71
71
@@ -411,7 +411,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
411
411
[ kokoro-badge-link-5 ] : http://storage.googleapis.com/cloud-devrel-public/java/badges/java-pubsub/java11.html
412
412
[ stability-image ] : https://img.shields.io/badge/stability-stable-green
413
413
[ 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
415
415
[ authentication ] : https://github.com/googleapis/google-cloud-java#authentication
416
416
[ auth-scopes ] : https://developers.google.com/identity/protocols/oauth2/scopes
417
417
[ predefined-iam-roles ] : https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
You can’t perform that action at this time.
0 commit comments