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 3c6051221f Bump some apache common libs (#4757) 3c6051221f is described below commit 3c6051221fc08c4db05ea0ba453aba888467dbd6 Author: Philipp Dallig <philipp.dal...@gmail.com> AuthorDate: Fri Apr 12 15:12:21 2024 +0200 Bump some apache common libs (#4757) --- pom.xml | 8 ++++---- zeppelin-distribution/src/bin_license/LICENSE | 8 ++++---- .../test/java/org/apache/zeppelin/dep/DependencyResolverTest.java | 3 ++- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/pom.xml b/pom.xml index f840d7915b..b9128bb3ce 100644 --- a/pom.xml +++ b/pom.xml @@ -125,13 +125,13 @@ <httpcomponents.core.version>4.4.1</httpcomponents.core.version> <httpcomponents.client.version>4.5.13</httpcomponents.client.version> <httpcomponents.asyncclient.version>4.0.2</httpcomponents.asyncclient.version> - <commons.compress.version>1.21</commons.compress.version> - <commons.lang3.version>3.12.0</commons.lang3.version> + <commons.compress.version>1.26.1</commons.compress.version> + <commons.lang3.version>3.14.0</commons.lang3.version> <commons.text.version>1.10.0</commons.text.version> <commons.configuration2.version>2.10.1</commons.configuration2.version> <commons.exec.version>1.3</commons.exec.version> - <commons.codec.version>1.14</commons.codec.version> - <commons.io.version>2.7</commons.io.version> + <commons.codec.version>1.16.1</commons.codec.version> + <commons.io.version>2.15.1</commons.io.version> <commons.collections.version>3.2.2</commons.collections.version> <commons.cli.version>1.4</commons.cli.version> <shiro.version>1.13.0</shiro.version> diff --git a/zeppelin-distribution/src/bin_license/LICENSE b/zeppelin-distribution/src/bin_license/LICENSE index 805fb747a7..5fb7711a34 100644 --- a/zeppelin-distribution/src/bin_license/LICENSE +++ b/zeppelin-distribution/src/bin_license/LICENSE @@ -5,9 +5,9 @@ The following components are provided under Apache License. (Apache 2.0) Amazon Web Services SDK for Java v1.11.736 (https://aws.amazon.com/sdk-for-java/) - https://raw.githubusercontent.com/aws/aws-sdk-java/1.11.736/LICENSE.txt (Apache 2.0) JavaEWAH v0.7.9 (https://github.com/lemire/javaewah) - https://github.com/lemire/javaewah/blob/master/LICENSE-2.0.txt (Apache 2.0) Apache Commons Logging (commons-logging:commons-logging:1.1.1 - http://commons.apache.org/proper/commons-logging/) - (Apache 2.0) Apache Commons Codec (commons-codec:commons-codec:1.5 - http://commons.apache.org/proper/commons-codec/) + (Apache 2.0) Apache Commons Codec (commons-codec:commons-codec:1.16.1 - http://commons.apache.org/proper/commons-codec/) (Apache 2.0) Apache Commons Collections (commons-collections:commons-collections:3.2.2 - http://commons.apache.org/proper/commons-configuration/) - (Apache 2.0) Apache Commons Compress (org.apache.commons:commons-compress:1.21 - http://commons.apache.org/proper/commons-compress/) + (Apache 2.0) Apache Commons Compress (org.apache.commons:commons-compress:1.26.1 - http://commons.apache.org/proper/commons-compress/) (Apache 2.0) Apache Commons Configuration (org.apache.commons:commons-configuration2:2.8.0 - http://commons.apache.org/configuration/) (Apache 2.0) Apache Commons CLI (commons-cli:commons-cli:1.2 - http://commons.apache.org/cli/) (Apache 2.0) Apache Commons Exec (commons-exec:commons-exec:1.3 - http://commons.apache.org/exec/) @@ -15,12 +15,12 @@ The following components are provided under Apache License. (Apache 2.0) Http Components (org.apache.httpcomponents:httpclient:4.3.6 - https://github.com/apache/httpclient) (Apache 2.0) Http Components (org.apache.httpcomponents:httpasyncclient:4.0.2 - https://github.com/apache/httpclient) (Apache 2.0) Apache Commons Lang (org.apache.commons:commons-lang:2.6 - http://commons.apache.org/proper/commons-lang/) - (Apache 2.0) Apache Commons Lang 3 (org.apache.commons:commons-lang3:3.10 - http://commons.apache.org/proper/commons-lang/) + (Apache 2.0) Apache Commons Lang 3 (org.apache.commons:commons-lang3:3.14.0 - http://commons.apache.org/proper/commons-lang/) (Apache 2.0) Apache Commons Math 3 (org.apache.commons:commons-math3:3.6.1 - http://commons.apache.org/proper/commons-math/) (Apache 2.0) Apache Commons Net (commons-net:commons-net:2.2 - http://commons.apache.org/proper/commons-net/) (Apache 2.0) Apache Commons Pool2 (commons-exec:commons-pool2:2.3 - https://commons.apache.org/proper/commons-pool/) (Apache 2.0) Apache Commons FileUpload (commons-fileupload:commons-fileupload:1.3.1 - http://commons.apache.org/fileupload/) - (Apache 2.0) Apache Commons IO (commons-io:commons-io:2.7 - http://commons.apache.org/io/) + (Apache 2.0) Apache Commons IO (commons-io:commons-io:2.15.1 - http://commons.apache.org/io/) (Apache 2.0) Apache Commons VFS2 (org.apache.commons:commons-vfs2:2.0 - https://commons.apache.org/proper/commons-vfs/) (Apache 2.0) Apache Jackrabbit webdav (org.apache.jackrabbit:jackrabbit-webdav:jar:1.5.2 - https://jackrabbit.apache.org/jcr/components/jackrabbit-webdav-library.html) (Apache 2.0) Apache Jackrabbit JCR commons - http://jackrabbit.apache.org/jcr/components/jackrabbit-jcr-commons.html) diff --git a/zeppelin-interpreter/src/test/java/org/apache/zeppelin/dep/DependencyResolverTest.java b/zeppelin-interpreter/src/test/java/org/apache/zeppelin/dep/DependencyResolverTest.java index c43ce8e410..640f3fe3cd 100644 --- a/zeppelin-interpreter/src/test/java/org/apache/zeppelin/dep/DependencyResolverTest.java +++ b/zeppelin-interpreter/src/test/java/org/apache/zeppelin/dep/DependencyResolverTest.java @@ -108,7 +108,8 @@ class DependencyResolverTest { FileNotFoundException exception = assertThrows(FileNotFoundException.class, () -> { resolver.load("one.two:1.0", testCopyPath); }); - assertEquals("Source 'one.two:1.0' does not exist", exception.getMessage()); + assertEquals("File system element for parameter 'source' does not exist: 'one.two:1.0'", + exception.getMessage()); } }