Skip to content

Commit 6c28ba2

Browse files
authored
deps(bigtable): update beam and bigtable-hbase versions (GoogleCloudPlatform#6589)
* deps(bigtable): upgrade beam to 2.32.0 * update bigtable to 1.26.0
1 parent 9f782f6 commit 6c28ba2

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<properties>
2727
<maven.compiler.source>8</maven.compiler.source>
2828
<maven.compiler.target>8</maven.compiler.target>
29-
<apache_beam.version>2.31.0</apache_beam.version>
29+
<apache_beam.version>2.32.0</apache_beam.version>
3030
</properties>
3131

3232
<!--
@@ -65,7 +65,7 @@
6565
<dependency>
6666
<groupId>com.google.cloud.bigtable</groupId>
6767
<artifactId>bigtable-hbase-beam</artifactId>
68-
<version>1.25.1</version>
68+
<version>1.26.0</version>
6969
</dependency>
7070

7171
<dependency>

bigtable/beam/helloworld/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3838
<maven.compiler.source>1.8</maven.compiler.source>
3939
<maven.compiler.target>1.8</maven.compiler.target>
40-
<apache_beam.version>2.31.0</apache_beam.version>
40+
<apache_beam.version>2.32.0</apache_beam.version>
4141
<exec.cleanupDaemonThreads>false</exec.cleanupDaemonThreads>
4242
</properties>
4343

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

bigtable/beam/keyviz-art/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3838
<maven.compiler.source>1.8</maven.compiler.source>
3939
<maven.compiler.target>1.8</maven.compiler.target>
40-
<apache_beam.version>2.31.0</apache_beam.version>
40+
<apache_beam.version>2.32.0</apache_beam.version>
4141
</properties>
4242

4343
<dependencies>
@@ -61,7 +61,7 @@
6161
<dependency>
6262
<groupId>com.google.cloud.bigtable</groupId>
6363
<artifactId>bigtable-hbase-beam</artifactId>
64-
<version>1.25.1</version>
64+
<version>1.26.0</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.25.1</version>
54+
<version>1.26.0</version>
5555
</dependency>
5656

5757
<!-- test dependencies-->

0 commit comments

Comments
 (0)