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

peacewong 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 868742651 upgrade to excel-streaming-reader v4.0.5 (#3925)
868742651 is described below

commit 868742651360957da392ed61d895994bb375a182
Author: PJ Fanning <[email protected]>
AuthorDate: Wed Nov 30 04:24:15 2022 +0100

    upgrade to excel-streaming-reader v4.0.5 (#3925)
---
 linkis-commons/linkis-storage/pom.xml    | 2 +-
 linkis-dist/release-docs/LICENSE         | 6 +++---
 linkis-engineconn-plugins/spark/pom.xml  | 2 +-
 tool/dependencies/known-dependencies.txt | 4 ++--
 4 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/linkis-commons/linkis-storage/pom.xml 
b/linkis-commons/linkis-storage/pom.xml
index 8d80369f2..3cab845ed 100644
--- a/linkis-commons/linkis-storage/pom.xml
+++ b/linkis-commons/linkis-storage/pom.xml
@@ -90,7 +90,7 @@
     <dependency>
       <groupId>com.github.pjfanning</groupId>
       <artifactId>excel-streaming-reader</artifactId>
-      <version>4.0.2</version>
+      <version>4.0.5</version>
     </dependency>
 
   </dependencies>
diff --git a/linkis-dist/release-docs/LICENSE b/linkis-dist/release-docs/LICENSE
index fff8c559b..04fb60081 100644
--- a/linkis-dist/release-docs/LICENSE
+++ b/linkis-dist/release-docs/LICENSE
@@ -419,7 +419,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.2 - 
https://github.com/pjfanning/excel-streaming-reader)
+    (Apache License, Version 2.0) Streaming Excel reader 
(com.github.pjfanning:excel-streaming-reader:4.0.5 - 
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/)
@@ -507,7 +507,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.2 - 
https://github.com/pjfanning/excel-streaming-reader)
+    (Apache License, version 2.0) excel-streaming-reader 
(com.github.pjfanning:excel-streaming-reader:4.0.5 - 
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/)
@@ -564,7 +564,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.4 - 
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.6 - 
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)
diff --git a/linkis-engineconn-plugins/spark/pom.xml 
b/linkis-engineconn-plugins/spark/pom.xml
index 56282510a..eaa78f212 100644
--- a/linkis-engineconn-plugins/spark/pom.xml
+++ b/linkis-engineconn-plugins/spark/pom.xml
@@ -380,7 +380,7 @@
     <dependency>
       <groupId>com.github.pjfanning</groupId>
       <artifactId>excel-streaming-reader</artifactId>
-      <version>4.0.1</version>
+      <version>4.0.5</version>
       <scope>test</scope>
     </dependency>
   </dependencies>
diff --git a/tool/dependencies/known-dependencies.txt 
b/tool/dependencies/known-dependencies.txt
index a1c1c9961..900214e88 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.2.jar
+excel-streaming-reader-4.0.5.jar
 expiringmap-0.5.6.jar
 failsafe-2.4.0.jar
 failureaccess-1.0.1.jar
@@ -419,7 +419,7 @@ parquet-hadoop-bundle-1.8.1.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
+poi-shared-strings-2.5.6.jar
 presto-client-0.234.jar
 presto-client-1.5.0.jar
 presto-resource-group-managers-0.234.jar


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

Reply via email to