This is an automated email from the ASF dual-hosted git repository.

casion pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-linkis.git


The following commit(s) were added to refs/heads/master by this push:
     new 5a5efe117 [issue-3451] upgrade  poi 5.2.2 to 5.2.3 (#3452)
5a5efe117 is described below

commit 5a5efe117a2f180f431a6aeca2c10719802c89ac
Author: PJ Fanning <[email protected]>
AuthorDate: Mon Sep 19 11:09:40 2022 +0100

    [issue-3451] upgrade  poi 5.2.2 to 5.2.3 (#3452)
    
    * [issue-3451] poi 5.2.3
    * xmlbeans license
---
 linkis-commons/linkis-storage/pom.xml    | 14 +++++++++++++-
 linkis-dist/release-docs/LICENSE         | 12 +++++++-----
 pom.xml                                  |  1 +
 tool/dependencies/known-dependencies.txt | 12 ++++++------
 4 files changed, 27 insertions(+), 12 deletions(-)

diff --git a/linkis-commons/linkis-storage/pom.xml 
b/linkis-commons/linkis-storage/pom.xml
index c89de47db..4e8c18fa1 100644
--- a/linkis-commons/linkis-storage/pom.xml
+++ b/linkis-commons/linkis-storage/pom.xml
@@ -70,10 +70,22 @@
       <artifactId>spring-core</artifactId>
     </dependency>
 
+    <dependency>
+      <groupId>org.apache.poi</groupId>
+      <artifactId>poi</artifactId>
+      <version>${poi.version}</version>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.poi</groupId>
+      <artifactId>poi-ooxml</artifactId>
+      <version>${poi.version}</version>
+    </dependency>
+
     <dependency>
       <groupId>com.github.pjfanning</groupId>
       <artifactId>excel-streaming-reader</artifactId>
-      <version>4.0.1</version>
+      <version>4.0.2</version>
     </dependency>
 
   </dependencies>
diff --git a/linkis-dist/release-docs/LICENSE b/linkis-dist/release-docs/LICENSE
index 5db232030..834a97327 100644
--- a/linkis-dist/release-docs/LICENSE
+++ b/linkis-dist/release-docs/LICENSE
@@ -286,7 +286,9 @@ See licenses/ for text of these licenses.
     (Apache License, Version 2.0) Apache Log4j JUL Adapter 
(org.apache.logging.log4j:log4j-jul:2.17.1 - 
https://logging.apache.org/log4j/2.x/log4j-jul/)
     (Apache License, Version 2.0) Apache Log4j SLF4J Binding 
(org.apache.logging.log4j:log4j-slf4j-impl:2.17.1 - 
https://logging.apache.org/log4j/2.x/log4j-slf4j-impl/)
     (Apache License, Version 2.0) Apache Log4j Web 
(org.apache.logging.log4j:log4j-web:2.6.2 - 
http://logging.apache.org/log4j/2.x/log4j-web/)
-    (Apache License, Version 2.0) Apache POI 
(org.apache.poi:poi-ooxml-lite:5.2.2 - http://poi.apache.org/)
+    (Apache License, Version 2.0) Apache POI (org.apache.poi:poi:5.2.3 - 
http://poi.apache.org/)
+    (Apache License, Version 2.0) Apache POI (org.apache.poi:poi-ooxml:5.2.3 - 
http://poi.apache.org/)
+    (Apache License, Version 2.0) Apache POI 
(org.apache.poi:poi-ooxml-lite:5.2.3 - http://poi.apache.org/)
     (Apache License, Version 2.0) Apache Velocity 
(org.apache.velocity:velocity:1.5 - 
http://velocity.apache.org/engine/releases/velocity-1.5/)
     (Apache License, Version 2.0) ApacheDS I18n 
(org.apache.directory.server:apacheds-i18n:2.0.0-M15 - 
http://directory.apache.org/apacheds/1.5/apacheds-i18n)
     (Apache License, Version 2.0) ApacheDS Protocol Kerberos Codec 
(org.apache.directory.server:apacheds-kerberos-codec:2.0.0-M15 - 
http://directory.apache.org/apacheds/1.5/apacheds-kerberos-codec)
@@ -414,7 +416,7 @@ See licenses/ for text of these licenses.
     (Apache License, Version 2.0) Spring Web MVC 
(org.springframework:spring-webmvc:5.2.2.RELEASE - 
https://github.com/spring-projects/spring-framework)
     (Apache License, Version 2.0) Spring WebFlux 
(org.springframework:spring-webflux:5.2.2.RELEASE - 
https://github.com/spring-projects/spring-framework)
     (Apache License, Version 2.0) StAX API (stax:stax-api:1.0.1 - 
http://stax.codehaus.org/)
-    (Apache License, Version 2.0) Streaming Excel reader 
(com.github.pjfanning:excel-streaming-reader:4.0.1 - 
https://github.com/pjfanning/excel-streaming-reader)
+    (Apache License, Version 2.0) Streaming Excel reader 
(com.github.pjfanning:excel-streaming-reader:4.0.2 - 
https://github.com/pjfanning/excel-streaming-reader)
     (Apache License, Version 2.0) Woodstox 
(com.fasterxml.woodstox:woodstox-core:5.2.1 - 
https://github.com/FasterXML/woodstox)
     (Apache License, Version 2.0) XML Commons Resolver Component 
(xml-resolver:xml-resolver:1.2 - 
http://xml.apache.org/commons/components/resolver/)
     (Apache License, Version 2.0) Xerces2 Java 
(com.rackspace.apache:xerces2-xsd11:2.11.1 - 
http://xerces.apache.org/xerces2-j/)
@@ -502,7 +504,7 @@ See licenses/ for text of these licenses.
     (Apache License, version 2.0) chill-java (com.twitter:chill-java:0.7.6 - 
https://github.com/twitter/chill)
     (Apache License, version 2.0) chill_2.11 (com.twitter:chill_2.11:0.7.6 - 
https://github.com/twitter/chill)
     (Apache License, version 2.0) druid (com.alibaba:druid:1.1.22 - 
https://github.com/alibaba/druid)
-    (Apache License, version 2.0) excel-streaming-reader 
(com.github.pjfanning:excel-streaming-reader:4.0.1 - 
https://github.com/pjfanning/excel-streaming-reader)
+    (Apache License, version 2.0) excel-streaming-reader 
(com.github.pjfanning:excel-streaming-reader:4.0.2 - 
https://github.com/pjfanning/excel-streaming-reader)
     (Apache License, version 2.0) failureaccess 
(com.google.guava:failureaccess:1.0.1)
     (Apache License, version 2.0) flink-connector-base 
(org.apache.flink:flink-connector-base:1.12.2 - https://flink.apache.org/)
     (Apache License, version 2.0) flink-connector-files 
(org.apache.flink:flink-connector-files:1.12.2 - https://flink.apache.org/)
@@ -559,7 +561,7 @@ See licenses/ for text of these licenses.
     (Apache License, version 2.0) okhttp:Square’s meticulous HTTP client for 
Java and Kotlin. (com.squareup.okhttp:okhttp:2.7.5 - 
https://square.github.io/okhttp/)
     (Apache License, version 2.0) okio:A modern I/O API for Java 
(com.squareup.okio:okio:1.6.0 - https://github.com/square/okio/)
     (Apache License, version 2.0) opencsv:A simple library for reading and 
writing CSV in Java (net.sf.opencsv:opencsv:2.3 - http://opencsv.sf.net)
-    (Apache License, version 2.0) POI Shared Strings Memory efficient Shared 
Strings Table implementation for POI streaming 
(com.github.pjfanning:poi-shared-strings:2.5.1 - 
https://github.com/pjfanning/poi-shared-strings)
+    (Apache License, version 2.0) POI Shared Strings Memory efficient Shared 
Strings Table implementation for POI streaming 
(com.github.pjfanning:poi-shared-strings:2.5.4 - 
https://github.com/pjfanning/poi-shared-strings)
     (Apache License, version 2.0) snappy-java: A fast 
compression/decompression library (org.xerial.snappy:snappy-java:1.1.7.7 - 
https://github.com/xerial/snappy-java)
     (Apache License, version 2.0) SparseBitSet: An efficient sparse bitset 
implementation for Java (com.zaxxer:SparseBitSet:1.2 - 
https://github.com/brettwooldridge/SparseBitSet)
     (Apache License, version 2.0) Spring Plugin - Core Core plugin 
infrastructure (org.springframework.plugin:spring-plugin-core:2.0.0.RELEASE - 
https://github.com/spring-projects/spring-plugin)
@@ -577,7 +579,7 @@ See licenses/ for text of these licenses.
     (Apache License, version 2.0) swagger-annotations 
(io.swagger:swagger-annotations:1.5.22 - https://github.com/swagger-api)
     (Apache License, version 2.0) swagger-models 
(io.swagger:swagger-models:1.5.22 - https://github.com/swagger-api)
     (Apache License, version 2.0) token-provider 
(org.apache.kerby:token-provider:1.0.1)
-    (Apache License, version 2.0) XmlBeans:XmlBeans main jar 
(org.apache.xmlbeans:xmlbeans:5.0.3 - https://xmlbeans.apache.org/)
+    (Apache License, version 2.0) XmlBeans:XmlBeans main jar 
(org.apache.xmlbeans:xmlbeans:5.1:1 - https://xmlbeans.apache.org/)
     (Apache License, version 2.0) XStream Core 
(com.thoughtworks.xstream:xstream:1.4.18)
     (Apache License, version 2.0) Apache ZooKeeper - Server 
(org.apache.zookeeper:zookeeper:3.4.6 - https://zookeeper.apache.org/)
     (Apache License, version 2.0) Apache twill (org.apache.twill:* - 
https://twill.apache.org/)
diff --git a/pom.xml b/pom.xml
index 94fbbeebd..1e4348a2f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -154,6 +154,7 @@
     <mockito.version>3.9.0</mockito.version>
     <assertj.version>3.17.2</assertj.version>
     <h2.version>1.4.200</h2.version>
+    <poi.version>5.2.3</poi.version>
 
     <!-- platform encoding override -->
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
diff --git a/tool/dependencies/known-dependencies.txt 
b/tool/dependencies/known-dependencies.txt
index 1d90eac58..bf30b2ef4 100644
--- a/tool/dependencies/known-dependencies.txt
+++ b/tool/dependencies/known-dependencies.txt
@@ -99,7 +99,7 @@ error_prone_annotations-2.4.0.jar
 eureka-client-1.10.14.jar
 eureka-core-1.10.14.jar
 evictor-1.0.0.jar
-excel-streaming-reader-4.0.1.jar
+excel-streaming-reader-4.0.2.jar
 expiringmap-0.5.6.jar
 failureaccess-1.0.1.jar
 fastutil-6.5.6.jar
@@ -415,10 +415,10 @@ pagehelper-5.1.4.jar
 paranamer-2.3.jar
 paranamer-2.8.jar
 parquet-hadoop-bundle-1.8.1.jar
-poi-5.2.2.jar
-poi-ooxml-5.2.2.jar
-poi-ooxml-lite-5.2.2.jar
-poi-shared-strings-2.5.3.jar
+poi-5.2.3.jar
+poi-ooxml-5.2.3.jar
+poi-ooxml-lite-5.2.3.jar
+poi-shared-strings-2.5.4.jar
 presto-client-0.234.jar
 presto-client-1.5.0.jar
 presto-resource-group-managers-0.234.jar
@@ -563,7 +563,7 @@ websocket-servlet-9.4.48.v20220622.jar
 woodstox-core-6.2.1.jar
 xercesImpl-2.9.1.jar
 xml-apis-1.4.01.jar
-xmlbeans-5.0.3.jar
+xmlbeans-5.1.1.jar
 xmlenc-0.52.jar
 xstream-1.4.19.jar
 zookeeper-3.5.9.jar


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to