Skip to content

Commit 6fa5407

Browse files
authored
deps: update bigtable-hbase to 1.26.1 (GoogleCloudPlatform#6590)
1 parent 6c28ba2 commit 6fa5407

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

appengine-java8/bigtable/pom.xml

+1-1
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>1.25.1</version>
50+
<version>1.26.1</version>
5151
</dependency>
5252

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

bigtable/beam/bulk-data-generator/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
<dependency>
6666
<groupId>com.google.cloud.bigtable</groupId>
6767
<artifactId>bigtable-hbase-beam</artifactId>
68-
<version>1.26.0</version>
68+
<version>1.26.1</version>
6969
</dependency>
7070

7171
<dependency>

bigtable/beam/helloworld/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<dependency>
6464
<groupId>com.google.cloud.bigtable</groupId>
6565
<artifactId>bigtable-hbase-beam</artifactId>
66-
<version>1.26.0</version>
66+
<version>1.26.1</version>
6767
</dependency>
6868
<!-- [END bigtable_beam_connector_dependency] -->
6969

bigtable/beam/keyviz-art/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<dependency>
6262
<groupId>com.google.cloud.bigtable</groupId>
6363
<artifactId>bigtable-hbase-beam</artifactId>
64-
<version>1.26.0</version>
64+
<version>1.26.1</version>
6565
</dependency>
6666

6767
<dependency>

bigtable/hbase/snippets/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<dependency>
5252
<groupId>com.google.cloud.bigtable</groupId>
5353
<artifactId>bigtable-hbase-1.x</artifactId>
54-
<version>1.26.0</version>
54+
<version>1.26.1</version>
5555
</dependency>
5656

5757
<!-- test dependencies-->

0 commit comments

Comments
 (0)