Commit d671bcb 1 parent 2e756d6 commit d671bcb Copy full SHA for d671bcb
File tree 3 files changed +4
-8
lines changed
3 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 1
1
# Configuration for the Blunderbuss GitHub app. For more info see
2
2
# https://github.com/googleapis/repo-automation-bots/tree/main/packages/blunderbuss
3
- assign_issues :
4
- - maitrimangal
5
- assign_prs :
6
- - maitrimangal
7
3
assign_prs_by :
8
4
- labels :
9
5
- samples
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.125.9 '
62
+ implementation 'com.google.cloud:google-cloud-pubsub:1.125.10 '
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.125.9 "
68
+ libraryDependencies += " com.google.cloud" % " google-cloud-pubsub" % " 1.125.10 "
69
69
```
70
70
<!-- {x-version-update-end} -->
71
71
@@ -409,7 +409,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
409
409
[ kokoro-badge-link-5 ] : http://storage.googleapis.com/cloud-devrel-public/java/badges/java-pubsub/java11.html
410
410
[ stability-image ] : https://img.shields.io/badge/stability-stable-green
411
411
[ maven-version-image ] : https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-pubsub.svg
412
- [ maven-version-link ] : https://central.sonatype.com/artifact/com.google.cloud/google-cloud-pubsub/1.125.9
412
+ [ maven-version-link ] : https://central.sonatype.com/artifact/com.google.cloud/google-cloud-pubsub/1.125.10
413
413
[ authentication ] : https://github.com/googleapis/google-cloud-java#authentication
414
414
[ auth-scopes ] : https://developers.google.com/identity/protocols/oauth2/scopes
415
415
[ predefined-iam-roles ] : https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
Original file line number Diff line number Diff line change 61
61
<dependency >
62
62
<groupId >com.google.cloud</groupId >
63
63
<artifactId >google-cloud-shared-dependencies</artifactId >
64
- <version >3.18 .0</version >
64
+ <version >3.19 .0</version >
65
65
<type >pom</type >
66
66
<scope >import</scope >
67
67
</dependency >
You can’t perform that action at this time.
0 commit comments