From 9fc0062f7b83fa240aedb564508a5c558c0e66e1 Mon Sep 17 00:00:00 2001 From: Hiroka Zaitsu Date: Thu, 16 Dec 2021 21:04:42 +0900 Subject: [PATCH] Use Apache Beam 2.34.0 (#21) --- README.md | 3 ++- pom.xml | 11 ++++++----- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index fd268a8..915025a 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ It is horizontally-scalable on top of distributed system, since apache beam can ## Version Info -- Apache Beam: 2.20.0 +- Apache Beam: 2.34.0 - Kuromoji: 0.7.7 ## How to Use @@ -75,6 +75,7 @@ java -jar $(pwd)/target/kuromoji-for-bigquery-bundled-0.2.2.jar \ | --------------------- | ----------- | -------- | | 0.1.0 | 2.1.0 | 0.7.7 | | 0.2.x | 2.20.0 | 0.7.7 | +| 0.3.x | 2.34.0 | 0.7.7 | ## License diff --git a/pom.xml b/pom.xml index 91c5d78..5b35ca7 100644 --- a/pom.xml +++ b/pom.xml @@ -22,15 +22,16 @@ com.github.yuiskw kuromoji-for-bigquery - 0.2.2 + 0.3.0 jar - 2.20.0 + 2.34.0 v2-rev459-1.25.0 - 1.30.0 + 1.32.2 + 1.40.1 29.0-jre 1.3 2.8.9 @@ -254,7 +255,7 @@ com.google.api-client google-api-client - ${google-clients.version} + ${google-api-client.version} @@ -282,7 +283,7 @@ com.google.http-client google-http-client - ${google-clients.version} + ${google-http-client.version}