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

Commit da02a76

Browse files
authored
deps: update dependency com.google.cloud:google-cloud-pubsub to v1.114.2 (#1011)
1 parent 2bc914b commit da02a76

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
@@ -59,7 +59,7 @@
5959
<dependency>
6060
<groupId>com.google.cloud</groupId>
6161
<artifactId>google-cloud-pubsub</artifactId>
62-
<version>1.114.1</version>
62+
<version>1.114.2</version>
6363
<scope>test</scope>
6464
</dependency>
6565
</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.114.1</version>
62+
<version>1.114.2</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.114.1</version>
74+
<version>1.114.2</version>
7575
<scope>test</scope>
7676
</dependency>
7777
</dependencies>

0 commit comments

Comments
 (0)