From a706927b73f7a16a8694b6bc433f9263e72746e4 Mon Sep 17 00:00:00 2001 From: shitanshu verma Date: Mon, 1 Mar 2021 17:50:17 -0500 Subject: [PATCH 1/2] Upgrade beam version to 2.24. --- .../bigtable-beam-import/pom.xml | 17 +++++++++++++++++ pom.xml | 3 ++- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/bigtable-dataflow-parent/bigtable-beam-import/pom.xml b/bigtable-dataflow-parent/bigtable-beam-import/pom.xml index f05bc91cc4..e50f7d9da9 100644 --- a/bigtable-dataflow-parent/bigtable-beam-import/pom.xml +++ b/bigtable-dataflow-parent/bigtable-beam-import/pom.xml @@ -28,6 +28,23 @@ limitations under the License. com.google.cloud.bigtable.beam.sequencefiles.Main + + + + + io.grpc + grpc-api + ${beam-grpc.version} + + + io.grpc + grpc-core + ${beam-grpc.version} + + + + + ${project.groupId} diff --git a/pom.xml b/pom.xml index 43ae8c3624..b5de49ac98 100644 --- a/pom.xml +++ b/pom.xml @@ -76,11 +76,12 @@ limitations under the License. 1.3 3.6.0 - 2.19.0 + 2.24.0 30.0-android 20.0 1.7 + 1.29.0 1.23 From a8eea7e819151e0f072b76ea48476384af28510e Mon Sep 17 00:00:00 2001 From: shitanshu verma Date: Mon, 1 Mar 2021 17:50:17 -0500 Subject: [PATCH 2/2] Upgrade beam version to 2.24. --- bigtable-dataflow-parent/bigtable-beam-import/pom.xml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/bigtable-dataflow-parent/bigtable-beam-import/pom.xml b/bigtable-dataflow-parent/bigtable-beam-import/pom.xml index e50f7d9da9..6db4fbcaee 100644 --- a/bigtable-dataflow-parent/bigtable-beam-import/pom.xml +++ b/bigtable-dataflow-parent/bigtable-beam-import/pom.xml @@ -33,18 +33,14 @@ limitations under the License. io.grpc - grpc-api - ${beam-grpc.version} - - - io.grpc - grpc-core + grpc-bom ${beam-grpc.version} + pom + import - ${project.groupId}