From f67c0214dde6681587ce87805a150a56b574fb05 Mon Sep 17 00:00:00 2001 From: Pradithya Aria Date: Mon, 7 Jan 2019 13:30:05 +0800 Subject: [PATCH 1/2] Bump Beam SDK to 2.9.0 --- ingestion/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ingestion/pom.xml b/ingestion/pom.xml index f7dcf6b12c..c80ca85013 100644 --- a/ingestion/pom.xml +++ b/ingestion/pom.xml @@ -30,9 +30,9 @@ UTF-8 - 2.5.0 + 2.9.0 1.35.0 - 1.2.0 + 1.13.1 4.1.0 2.2.2.RELEASE @@ -204,7 +204,7 @@ com.google.cloud.bigtable bigtable-hbase-beam - 1.6.0 + 1.8.0 org.slf4j From 77203ae9249df31d785e3c8429bd660a739557b4 Mon Sep 17 00:00:00 2001 From: Pradithya Aria Date: Mon, 7 Jan 2019 13:55:20 +0800 Subject: [PATCH 2/2] Align dependency version for com.google.protobuf.protobuf-java --- ingestion/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ingestion/pom.xml b/ingestion/pom.xml index c80ca85013..ff7fbf3938 100644 --- a/ingestion/pom.xml +++ b/ingestion/pom.xml @@ -185,7 +185,7 @@ com.google.protobuf protobuf-java - 3.4.0 + ${protobufVersion}