Skip to content

deps(bigtable): update beam and bigtable-hbase versions #6589

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 14, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions bigtable/beam/bulk-data-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<properties>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<apache_beam.version>2.31.0</apache_beam.version>
<apache_beam.version>2.32.0</apache_beam.version>
</properties>

<!--
Expand Down Expand Up @@ -65,7 +65,7 @@
<dependency>
<groupId>com.google.cloud.bigtable</groupId>
<artifactId>bigtable-hbase-beam</artifactId>
<version>1.25.1</version>
<version>1.26.0</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions bigtable/beam/helloworld/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<apache_beam.version>2.31.0</apache_beam.version>
<apache_beam.version>2.32.0</apache_beam.version>
<exec.cleanupDaemonThreads>false</exec.cleanupDaemonThreads>
</properties>

Expand All @@ -63,7 +63,7 @@
<dependency>
<groupId>com.google.cloud.bigtable</groupId>
<artifactId>bigtable-hbase-beam</artifactId>
<version>1.25.1</version>
<version>1.26.0</version>
</dependency>
<!-- [END bigtable_beam_connector_dependency] -->

Expand Down
4 changes: 2 additions & 2 deletions bigtable/beam/keyviz-art/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<apache_beam.version>2.31.0</apache_beam.version>
<apache_beam.version>2.32.0</apache_beam.version>
</properties>

<dependencies>
Expand All @@ -61,7 +61,7 @@
<dependency>
<groupId>com.google.cloud.bigtable</groupId>
<artifactId>bigtable-hbase-beam</artifactId>
<version>1.25.1</version>
<version>1.26.0</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion bigtable/hbase/snippets/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<dependency>
<groupId>com.google.cloud.bigtable</groupId>
<artifactId>bigtable-hbase-1.x</artifactId>
<version>1.25.1</version>
<version>1.26.0</version>
</dependency>

<!-- test dependencies-->
Expand Down