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

zihaoxiang pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new ea4207379b [Fix-17299][alert] upgrade to poi 5.4.1 (#17300)
ea4207379b is described below

commit ea4207379b79d22de2cce8be72eab7f70c10e093
Author: PJ Fanning <[email protected]>
AuthorDate: Wed Jul 2 02:43:39 2025 +0100

    [Fix-17299][alert] upgrade to poi 5.4.1 (#17300)
---
 .../dolphinscheduler/plugin/alert/email/ExcelUtils.java      |  1 -
 dolphinscheduler-bom/pom.xml                                 | 12 ++++++------
 dolphinscheduler-dist/release-docs/LICENSE                   | 10 +++++-----
 tools/dependencies/known-dependencies.txt                    | 10 +++++-----
 4 files changed, 16 insertions(+), 17 deletions(-)

diff --git 
a/dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-email/src/main/java/org/apache/dolphinscheduler/plugin/alert/email/ExcelUtils.java
 
b/dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-email/src/main/java/org/apache/dolphinscheduler/plugin/alert/email/ExcelUtils.java
index a4df8163d2..45ff3dac57 100644
--- 
a/dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-email/src/main/java/org/apache/dolphinscheduler/plugin/alert/email/ExcelUtils.java
+++ 
b/dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-email/src/main/java/org/apache/dolphinscheduler/plugin/alert/email/ExcelUtils.java
@@ -119,7 +119,6 @@ public final class ExcelUtils {
 
             // setting file output
             wb.write(fos);
-            wb.dispose();
         } catch (Exception e) {
             throw new AlertEmailException("generate excel error", e);
         }
diff --git a/dolphinscheduler-bom/pom.xml b/dolphinscheduler-bom/pom.xml
index 8f9e2744ed..e399337577 100644
--- a/dolphinscheduler-bom/pom.xml
+++ b/dolphinscheduler-bom/pom.xml
@@ -41,12 +41,12 @@
         <io.grpc.version>1.41.0</io.grpc.version>
         <commons-codec.version>1.11</commons-codec.version>
         <commons-logging.version>1.1.1</commons-logging.version>
-        <commons-lang3.version>3.12.0</commons-lang3.version>
+        <commons-lang3.version>3.17.0</commons-lang3.version>
         <commons-httpclient>3.0.1</commons-httpclient>
         <commons-beanutils.version>1.9.4</commons-beanutils.version>
         <commons-configuration.version>1.10</commons-configuration.version>
         <commons-email.version>1.5</commons-email.version>
-        <commons-collections4.version>4.3</commons-collections4.version>
+        <commons-collections4.version>4.5.0</commons-collections4.version>
         <httpclient.version>4.5.13</httpclient.version>
         <httpcore.version>4.4.15</httpcore.version>
         <jackson.version>2.13.4</jackson.version>
@@ -62,7 +62,7 @@
         <dameng-jdbc.version>8.1.2.79</dameng-jdbc.version>
         <ngdbc.version>2.4.51</ngdbc.version>
         <slf4j.version>1.7.36</slf4j.version>
-        <poi.version>4.1.2</poi.version>
+        <poi.version>5.4.1</poi.version>
         <javax.servlet-api.version>3.1.0</javax.servlet-api.version>
         <activation.version>1.1</activation.version>
         <javax-mail>1.6.2</javax-mail>
@@ -70,7 +70,7 @@
         <postgresql.version>42.4.1</postgresql.version>
         <hive-jdbc.version>2.3.9</hive-jdbc.version>
         <kyuubi-jdbc.version>1.7.0</kyuubi-jdbc.version>
-        <commons-io.version>2.11.0</commons-io.version>
+        <commons-io.version>2.19.0</commons-io.version>
         <oshi-core.version>6.1.1</oshi-core.version>
         <clickhouse-jdbc.version>0.4.6</clickhouse-jdbc.version>
         <databend-jdbc.version>0.0.7</databend-jdbc.version>
@@ -82,8 +82,8 @@
         <reflections.version>0.10.2</reflections.version>
         <py4j.version>0.10.9</py4j.version>
         <jsr305.version>3.0.0</jsr305.version>
-        <commons-compress.version>1.21</commons-compress.version>
-        <commons-math3.version>3.1.1</commons-math3.version>
+        <commons-compress.version>1.27.1</commons-compress.version>
+        <commons-math3.version>3.6.1</commons-math3.version>
         
<error_prone_annotations.version>2.5.1</error_prone_annotations.version>
         <hibernate-validator.version>6.2.2.Final</hibernate-validator.version>
         <aws-sdk.version>1.12.300</aws-sdk.version>
diff --git a/dolphinscheduler-dist/release-docs/LICENSE 
b/dolphinscheduler-dist/release-docs/LICENSE
index 7189f698c6..b1eeacb704 100644
--- a/dolphinscheduler-dist/release-docs/LICENSE
+++ b/dolphinscheduler-dist/release-docs/LICENSE
@@ -232,17 +232,17 @@ The text of each license is also included at 
licenses/LICENSE-[project].txt.
     commons-beanutils 1.9.4 
https://mvnrepository.com/artifact/commons-beanutils/commons-beanutils/1.9.4, 
Apache 2.0
     commons-cli 1.2: 
https://mvnrepository.com/artifact/commons-cli/commons-cli/1.2, Apache 2.0
     commons-codec 1.11: 
https://mvnrepository.com/artifact/commons-codec/commons-codec/1.11, Apache 2.0
-    commons-collections4 4.3: 
https://mvnrepository.com/artifact/org.apache.commons/commons-collections4/4.3, 
Apache 2.0
-    commons-compress 1.21: 
https://mvnrepository.com/artifact/org.apache.commons/commons-compress/1.21, 
Apache 2.0
+    commons-collections4 4.5.0: 
https://mvnrepository.com/artifact/org.apache.commons/commons-collections4/4.5.0,
 Apache 2.0
+    commons-compress 1.27.1: 
https://mvnrepository.com/artifact/org.apache.commons/commons-compress/1.27.1, 
Apache 2.0
     commons-configuration2 2.1.1: 
https://mvnrepository.com/artifact/org.apache.commons/commons-configuration2/2.1.1,
 Apache 2.0
     commons-daemon 1.0.13: https://github.com/apache/commons-daemon, Apache 2.0
-    commons-io 2.11.0: https://github.com/apache/commons-io, Apache 2.0
+    commons-io 2.19.0: https://github.com/apache/commons-io, Apache 2.0
     commons-logging 1.1.1: https://github.com/apache/commons-logging, Apache 
2.0
-    commons-math3 3.1.1: 
https://mvnrepository.com/artifact/org.apache.commons/commons-math3/3.1.1, 
Apache 2.0
+    commons-math3 3.6.1: 
https://mvnrepository.com/artifact/org.apache.commons/commons-math3/3.6.1, 
Apache 2.0
     commons-net 3.6: https://github.com/apache/commons-net, Apache 2.0
     commons-text 1.4: https://github.com/apache/commons-text, Apache 2.0
     cron-utils 9.1.6: 
https://mvnrepository.com/artifact/com.cronutils/cron-utils/9.1.6, Apache 2.0
-    commons-lang3 3.12.0: 
https://mvnrepository.com/artifact/org.apache.commons/commons-lang3/3.12.0, 
Apache 2.0
+    commons-lang3 3.17.0: 
https://mvnrepository.com/artifact/org.apache.commons/commons-lang3/3.17.0, 
Apache 2.0
     curator-client 5.5.0: 
https://mvnrepository.com/artifact/org.apache.curator/curator-client/5.5.0, 
Apache 2.0
     curator-framework 5.5.0: 
https://mvnrepository.com/artifact/org.apache.curator/curator-framework/5.5.0, 
Apache 2.0
     curator-recipes 5.5.0: 
https://mvnrepository.com/artifact/org.apache.curator/curator-recipes/5.5.0, 
Apache 2.0
diff --git a/tools/dependencies/known-dependencies.txt 
b/tools/dependencies/known-dependencies.txt
index 82414f68fa..3c980cebee 100644
--- a/tools/dependencies/known-dependencies.txt
+++ b/tools/dependencies/known-dependencies.txt
@@ -38,14 +38,14 @@ commons-beanutils-1.9.4.jar
 commons-cli-1.2.jar
 commons-codec-1.11.jar
 commons-collections-3.2.2.jar
-commons-collections4-4.3.jar
+commons-collections4-4.5.0.jar
 commons-compiler-3.1.7.jar
-commons-compress-1.21.jar
+commons-compress-1.27.1.jar
 commons-configuration2-2.1.1.jar
-commons-io-2.11.0.jar
-commons-lang3-3.12.0.jar
+commons-io-2.19.0.jar
+commons-lang3-3.17.0.jar
 commons-logging-1.1.1.jar
-commons-math3-3.1.1.jar
+commons-math3-3.6.1.jar
 commons-net-3.6.jar
 commons-text-1.4.jar
 cron-utils-9.1.6.jar

Reply via email to