Skip to content
This repository was archived by the owner on Jul 17, 2023. It is now read-only.

Commit acb2151

Browse files
committed
deps: update dependency com.google.cloud:google-cloud-pubsub to v1.120.8
1 parent 9e1ed35 commit acb2151

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

samples/install-without-bom/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<dependency>
5555
<groupId>com.google.cloud</groupId>
5656
<artifactId>google-cloud-pubsub</artifactId>
57-
<version>1.120.0</version>
57+
<version>1.120.8</version>
5858
<scope>test</scope>
5959
</dependency>
6060
</dependencies>

samples/snapshot/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<dependency>
5454
<groupId>com.google.cloud</groupId>
5555
<artifactId>google-cloud-pubsub</artifactId>
56-
<version>1.120.0</version>
56+
<version>1.120.8</version>
5757
<scope>test</scope>
5858
</dependency>
5959
</dependencies>

samples/snippets/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<dependency>
5353
<groupId>com.google.cloud</groupId>
5454
<artifactId>google-cloud-pubsub</artifactId>
55-
<version>1.120.0</version>
55+
<version>1.120.8</version>
5656
<scope>test</scope>
5757
</dependency>
5858
</dependencies>

0 commit comments

Comments
 (0)