This is an automated email from the ASF dual-hosted git repository. jongyoul pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/zeppelin.git
The following commit(s) were added to refs/heads/master by this push: new 891cdea00a Bump hadoop-common from 2.3.0 to 3.2.3 in /beam (#4350) 891cdea00a is described below commit 891cdea00adb77aa62d6b45016c7ed26203bf969 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Mon Apr 18 20:12:55 2022 +0900 Bump hadoop-common from 2.3.0 to 3.2.3 in /beam (#4350) Bumps hadoop-common from 2.3.0 to 3.2.3. --- updated-dependencies: - dependency-name: org.apache.hadoop:hadoop-common dependency-type: direct:production ... Signed-off-by: dependabot[bot] <supp...@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- beam/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beam/pom.xml b/beam/pom.xml index 16b9beeb47..19b91bbe5f 100644 --- a/beam/pom.xml +++ b/beam/pom.xml @@ -34,7 +34,7 @@ <properties> <interpreter.name>beam</interpreter.name> - <beam.hadoop.version>2.3.0</beam.hadoop.version> + <beam.hadoop.version>3.2.3</beam.hadoop.version> <beam.spark.version>1.6.2</beam.spark.version> <beam.beam.version>2.0.0</beam.beam.version> <beam.scala.binary.version>2.10</beam.scala.binary.version>