Skip to content

Commit 8fab566

Browse files
deps: update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.1 (#1226)
* deps: update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.1 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot
1 parent 415d2af commit 8fab566

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,13 @@ implementation 'com.google.cloud:google-cloud-pubsub'
5858
If you are using Gradle without BOM, add this to your dependencies:
5959

6060
```Groovy
61-
implementation 'com.google.cloud:google-cloud-pubsub:1.120.7'
61+
implementation 'com.google.cloud:google-cloud-pubsub:1.120.8'
6262
```
6363

6464
If you are using SBT, add this to your dependencies:
6565

6666
```Scala
67-
libraryDependencies += "com.google.cloud" % "google-cloud-pubsub" % "1.120.7"
67+
libraryDependencies += "com.google.cloud" % "google-cloud-pubsub" % "1.120.8"
6868
```
6969

7070
## Authentication

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<dependency>
6262
<groupId>com.google.cloudgroupId>
6363
<artifactId>google-cloud-shared-dependenciesartifactId>
64-
<version>3.0.0version>
64+
<version>3.0.1version>
6565
<type>pomtype>
6666
<scope>importscope>
6767
dependency>

0 commit comments

Comments
 (0)