Skip to content

Commit 3ad16de

Browse files
authored
fix(deps): update bigtable packages to v2.11.3 (GoogleCloudPlatform#8758)
1 parent 9bd5515 commit 3ad16de

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

appengine-java8/bigtable/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ limitations under the License.
4747
<groupId>com.google.cloud.bigtable</groupId>
4848
<!-- Use the hadoop client instead of 1.x due to file size. -->
4949
<artifactId>bigtable-hbase-1.x-hadoop</artifactId>
50-
<version>2.11.2</version>
50+
<version>2.11.3</version>
5151
</dependency>
5252

5353
<!-- Compile/runtime dependencies -->

bigtable/hbase/snippets/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<dependency>
6363
<groupId>com.google.cloud.bigtable</groupId>
6464
<artifactId>bigtable-hbase-1.x</artifactId>
65-
<version>2.11.2</version>
65+
<version>2.11.3</version>
6666
</dependency>
6767

6868
<!-- test dependencies-->

0 commit comments

Comments
 (0)