Skip to content

Commit 23d65e4

Browse files
chore(deps): update dependency com.google.cloud:google-cloud-pubsub to v1.120.25 (#1402)
* chore(deps): update dependency com.google.cloud:google-cloud-pubsub to v1.120.25 * 🦉 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 <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent e6f9c4a commit 23d65e4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ If you are using Maven without BOM, add this to your dependencies:
4343
<dependency>
4444
<groupId>com.google.cloud</groupId>
4545
<artifactId>google-cloud-pubsub</artifactId>
46-
<version>1.120.24</version>
46+
<version>1.120.25</version>
4747
</dependency>
4848

4949
```
@@ -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.24'
61+
implementation 'com.google.cloud:google-cloud-pubsub:1.120.25'
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.24"
67+
libraryDependencies += "com.google.cloud" % "google-cloud-pubsub" % "1.120.25"
6868
```
6969

7070
## Authentication

samples/install-without-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<dependency>
4545
<groupId>com.google.cloud</groupId>
4646
<artifactId>google-cloud-pubsub</artifactId>
47-
<version>1.120.24</version>
47+
<version>1.120.25</version>
4848
</dependency>
4949
<!-- [END pubsub_install_without_bom] -->
5050

0 commit comments

Comments
 (0)