Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 88fc05f

Browse files
authoredFeb 9, 2022
deps: update dependency com.google.cloud:google-cloud-bigtable to v2.5.3 (#1840)
1 parent e8ebd5c commit 88fc05f

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
@@ -63,7 +63,7 @@
6363
<dependency>
6464
<groupId>com.google.cloud</groupId>
6565
<artifactId>google-cloud-bigtable</artifactId>
66-
<version>2.5.2</version>
66+
<version>2.5.3</version>
6767
<scope>test</scope>
6868
</dependency>
6969
<dependency>

‎samples/snapshot/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<dependency>
6262
<groupId>com.google.cloud</groupId>
6363
<artifactId>google-cloud-bigtable</artifactId>
64-
<version>2.5.2</version>
64+
<version>2.5.3</version>
6565
<scope>test</scope>
6666
</dependency>
6767
<dependency>

‎samples/snippets/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
<dependency>
8080
<groupId>com.google.cloud</groupId>
8181
<artifactId>google-cloud-bigtable</artifactId>
82-
<version>2.5.2</version>
82+
<version>2.5.3</version>
8383
<scope>test</scope>
8484
</dependency>
8585
<dependency>

0 commit comments

Comments
 (0)
Failed to load comments.