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

Commit 5c33507

Browse files
authored
deps: update dependency com.google.cloud:google-cloud-pubsub to v1.108.5 (#440)
1 parent a3bbe89 commit 5c33507

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
@@ -60,7 +60,7 @@
6060
<dependency>
6161
<groupId>com.google.cloud</groupId>
6262
<artifactId>google-cloud-pubsub</artifactId>
63-
<version>1.108.4</version>
63+
<version>1.108.5</version>
6464
<scope>test</scope>
6565
</dependency>
6666
</dependencies>

samples/snapshot/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<dependency>
6060
<groupId>com.google.cloud</groupId>
6161
<artifactId>google-cloud-pubsub</artifactId>
62-
<version>1.108.4</version>
62+
<version>1.108.5</version>
6363
<scope>test</scope>
6464
</dependency>
6565
</dependencies>

samples/snippets/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
<dependency>
7272
<groupId>com.google.cloud</groupId>
7373
<artifactId>google-cloud-pubsub</artifactId>
74-
<version>1.108.4</version>
74+
<version>1.108.5</version>
7575
<scope>test</scope>
7676
</dependency>
7777
</dependencies>

0 commit comments

Comments
 (0)