Skip to content

Commit 73ebcc1

Browse files
update lib version (#98)
1 parent 01416ef commit 73ebcc1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

samples/snapshot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<dependency>
5252
<groupId>com.google.cloud</groupId>
5353
<artifactId>google-cloud-pubsub</artifactId>
54-
<version>1.105.0</version>
54+
<version>1.106.0</version>
5555
</dependency>
5656

5757
<!-- A logging dependency used by the underlying library -->

samples/snippets/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@
4646
<dependency>
4747
<groupId>com.google.cloud</groupId>
4848
<artifactId>google-cloud-pubsublite</artifactId>
49-
<version>0.1.5</version>
49+
<version>0.1.6</version>
5050
</dependency>
5151
<dependency>
5252
<groupId>com.google.cloud</groupId>
5353
<artifactId>google-cloud-pubsub</artifactId>
54-
<version>1.105.0</version>
54+
<version>1.106.0</version>
5555
</dependency>
5656
<!-- A logging dependency used by the underlying library -->
5757
<dependency>

0 commit comments

Comments
 (0)