From dc15e096878cdd6a57b77f0d00a29d689bd439cf Mon Sep 17 00:00:00 2001 From: Gyula Komlossi Date: Thu, 5 Dec 2019 14:13:20 +0100 Subject: [PATCH] [ZEPPELIN-4462] Upgrade commons-beanutils to 1.9.4 ### What is this PR for? This is to upgrade commons-beanutils version to 1.9.4 ### What type of PR is it? [Improvement] ### What is the Jira issue? * https://jira.apache.org/jira/browse/ZEPPELIN-4462 ### How should this be tested? * Travis build ### Questions: * Does the licenses files need update? Yes * Is there breaking changes for older versions? No * Does this needs documentation? No --- zeppelin-distribution/src/bin_license/LICENSE | 2 +- zeppelin-server/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/zeppelin-distribution/src/bin_license/LICENSE b/zeppelin-distribution/src/bin_license/LICENSE index 24880ff07a6..a861833de25 100644 --- a/zeppelin-distribution/src/bin_license/LICENSE +++ b/zeppelin-distribution/src/bin_license/LICENSE @@ -141,7 +141,7 @@ The following components are provided under Apache License. (Apache 2.0) akka-remote (com.typesafe.akka:akka-remote_2.10:2.3.7 - http://akka.io/) (Apache 2.0) akka-slf4j (com.typesafe.akka:akka-slf4j_2.10:2.3.7 - http://akka.io/) (Apache 2.0) Metrics Core Library (com.yammer.metrics:metrics-core:2.2.0 - http://metrics.codahale.com/metrics-core/) - (Apache 2.0) Commons BeanUtils Bean Collections (commons-beanutils:commons-beanutils-bean-collections:1.8.3 - http://commons.apache.org/beanutils/) + (Apache 2.0) Commons BeanUtils Bean Collections (commons-beanutils:commons-beanutils-bean-collections:1.9.4 - http://commons.apache.org/beanutils/) (Apache 2.0) Metrics Core (io.dropwizard.metrics:metrics-core:3.1.0 - http://metrics.codahale.com/metrics-core/) (Apache 2.0) Graphite Integration for Metrics (io.dropwizard.metrics:metrics-graphite:3.1.0 - http://metrics.codahale.com/metrics-graphite/) (Apache 2.0) Jackson Integration for Metrics (io.dropwizard.metrics:metrics-json:3.1.0 - http://metrics.codahale.com/metrics-json/) diff --git a/zeppelin-server/pom.xml b/zeppelin-server/pom.xml index 9943bd82e32..520f061eb28 100644 --- a/zeppelin-server/pom.xml +++ b/zeppelin-server/pom.xml @@ -200,7 +200,7 @@ commons-beanutils commons-beanutils - 1.9.2 + 1.9.4