File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2626 # the branch into which the pull request is merged
2727 base_branch : main
2828 steps :
29- - uses : actions/checkout@v5
29+ - uses : actions/checkout@v4
3030 with :
3131 fetch-depth : 0
3232 token : ${{ secrets.CLOUD_JAVA_BOT_TOKEN }}
Original file line number Diff line number Diff line change @@ -58,13 +58,13 @@ implementation 'com.google.cloud:google-cloud-pubsub'
5858If you are using Gradle without BOM, add this to your dependencies:
5959
6060``` Groovy
61- implementation 'com.google.cloud:google-cloud-pubsub:1.141.4 '
61+ implementation 'com.google.cloud:google-cloud-pubsub:1.141.5 '
6262```
6363
6464If you are using SBT, add this to your dependencies:
6565
6666``` Scala
67- libraryDependencies += " com.google.cloud" % " google-cloud-pubsub" % " 1.141.4 "
67+ libraryDependencies += " com.google.cloud" % " google-cloud-pubsub" % " 1.141.5 "
6868```
6969
7070## Authentication
@@ -420,7 +420,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
420420[ kokoro-badge-link-5 ] : http://storage.googleapis.com/cloud-devrel-public/java/badges/java-pubsub/java11.html
421421[ stability-image ] : https://img.shields.io/badge/stability-stable-green
422422[ maven-version-image ] : https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-pubsub.svg
423- [ maven-version-link ] : https://central.sonatype.com/artifact/com.google.cloud/google-cloud-pubsub/1.141.4
423+ [ maven-version-link ] : https://central.sonatype.com/artifact/com.google.cloud/google-cloud-pubsub/1.141.5
424424[ authentication ] : https://github.com/googleapis/google-cloud-java#authentication
425425[ auth-scopes ] : https://developers.google.com/identity/protocols/oauth2/scopes
426426[ 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