Skip to content

Commit ea42073

Browse files
authored
[Fix-17299][alert] upgrade to poi 5.4.1 (#17300)
1 parent 2ed3821 commit ea42073

4 files changed

Lines changed: 16 additions & 17 deletions

File tree

  • dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-email/src/main/java/org/apache/dolphinscheduler/plugin/alert/email
  • dolphinscheduler-bom
  • dolphinscheduler-dist/release-docs
  • tools/dependencies

dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-email/src/main/java/org/apache/dolphinscheduler/plugin/alert/email/ExcelUtils.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ public static void genExcelFile(String content, String title, String xlsFilePath
119119

120120
// setting file output
121121
wb.write(fos);
122-
wb.dispose();
123122
} catch (Exception e) {
124123
throw new AlertEmailException("generate excel error", e);
125124
}

dolphinscheduler-bom/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@
4141
<io.grpc.version>1.41.0</io.grpc.version>
4242
<commons-codec.version>1.11</commons-codec.version>
4343
<commons-logging.version>1.1.1</commons-logging.version>
44-
<commons-lang3.version>3.12.0</commons-lang3.version>
44+
<commons-lang3.version>3.17.0</commons-lang3.version>
4545
<commons-httpclient>3.0.1</commons-httpclient>
4646
<commons-beanutils.version>1.9.4</commons-beanutils.version>
4747
<commons-configuration.version>1.10</commons-configuration.version>
4848
<commons-email.version>1.5</commons-email.version>
49-
<commons-collections4.version>4.3</commons-collections4.version>
49+
<commons-collections4.version>4.5.0</commons-collections4.version>
5050
<httpclient.version>4.5.13</httpclient.version>
5151
<httpcore.version>4.4.15</httpcore.version>
5252
<jackson.version>2.13.4</jackson.version>
@@ -62,15 +62,15 @@
6262
<dameng-jdbc.version>8.1.2.79</dameng-jdbc.version>
6363
<ngdbc.version>2.4.51</ngdbc.version>
6464
<slf4j.version>1.7.36</slf4j.version>
65-
<poi.version>4.1.2</poi.version>
65+
<poi.version>5.4.1</poi.version>
6666
<javax.servlet-api.version>3.1.0</javax.servlet-api.version>
6767
<activation.version>1.1</activation.version>
6868
<javax-mail>1.6.2</javax-mail>
6969
<guava.version>31.1-jre</guava.version>
7070
<postgresql.version>42.4.1</postgresql.version>
7171
<hive-jdbc.version>2.3.9</hive-jdbc.version>
7272
<kyuubi-jdbc.version>1.7.0</kyuubi-jdbc.version>
73-
<commons-io.version>2.11.0</commons-io.version>
73+
<commons-io.version>2.19.0</commons-io.version>
7474
<oshi-core.version>6.1.1</oshi-core.version>
7575
<clickhouse-jdbc.version>0.4.6</clickhouse-jdbc.version>
7676
<databend-jdbc.version>0.0.7</databend-jdbc.version>
@@ -82,8 +82,8 @@
8282
<reflections.version>0.10.2</reflections.version>
8383
<py4j.version>0.10.9</py4j.version>
8484
<jsr305.version>3.0.0</jsr305.version>
85-
<commons-compress.version>1.21</commons-compress.version>
86-
<commons-math3.version>3.1.1</commons-math3.version>
85+
<commons-compress.version>1.27.1</commons-compress.version>
86+
<commons-math3.version>3.6.1</commons-math3.version>
8787
<error_prone_annotations.version>2.5.1</error_prone_annotations.version>
8888
<hibernate-validator.version>6.2.2.Final</hibernate-validator.version>
8989
<aws-sdk.version>1.12.300</aws-sdk.version>

dolphinscheduler-dist/release-docs/LICENSE

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -232,17 +232,17 @@ The text of each license is also included at licenses/LICENSE-[project].txt.
232232
commons-beanutils 1.9.4 https://mvnrepository.com/artifact/commons-beanutils/commons-beanutils/1.9.4, Apache 2.0
233233
commons-cli 1.2: https://mvnrepository.com/artifact/commons-cli/commons-cli/1.2, Apache 2.0
234234
commons-codec 1.11: https://mvnrepository.com/artifact/commons-codec/commons-codec/1.11, Apache 2.0
235-
commons-collections4 4.3: https://mvnrepository.com/artifact/org.apache.commons/commons-collections4/4.3, Apache 2.0
236-
commons-compress 1.21: https://mvnrepository.com/artifact/org.apache.commons/commons-compress/1.21, Apache 2.0
235+
commons-collections4 4.5.0: https://mvnrepository.com/artifact/org.apache.commons/commons-collections4/4.5.0, Apache 2.0
236+
commons-compress 1.27.1: https://mvnrepository.com/artifact/org.apache.commons/commons-compress/1.27.1, Apache 2.0
237237
commons-configuration2 2.1.1: https://mvnrepository.com/artifact/org.apache.commons/commons-configuration2/2.1.1, Apache 2.0
238238
commons-daemon 1.0.13: https://github.com/apache/commons-daemon, Apache 2.0
239-
commons-io 2.11.0: https://github.com/apache/commons-io, Apache 2.0
239+
commons-io 2.19.0: https://github.com/apache/commons-io, Apache 2.0
240240
commons-logging 1.1.1: https://github.com/apache/commons-logging, Apache 2.0
241-
commons-math3 3.1.1: https://mvnrepository.com/artifact/org.apache.commons/commons-math3/3.1.1, Apache 2.0
241+
commons-math3 3.6.1: https://mvnrepository.com/artifact/org.apache.commons/commons-math3/3.6.1, Apache 2.0
242242
commons-net 3.6: https://github.com/apache/commons-net, Apache 2.0
243243
commons-text 1.4: https://github.com/apache/commons-text, Apache 2.0
244244
cron-utils 9.1.6: https://mvnrepository.com/artifact/com.cronutils/cron-utils/9.1.6, Apache 2.0
245-
commons-lang3 3.12.0: https://mvnrepository.com/artifact/org.apache.commons/commons-lang3/3.12.0, Apache 2.0
245+
commons-lang3 3.17.0: https://mvnrepository.com/artifact/org.apache.commons/commons-lang3/3.17.0, Apache 2.0
246246
curator-client 5.5.0: https://mvnrepository.com/artifact/org.apache.curator/curator-client/5.5.0, Apache 2.0
247247
curator-framework 5.5.0: https://mvnrepository.com/artifact/org.apache.curator/curator-framework/5.5.0, Apache 2.0
248248
curator-recipes 5.5.0: https://mvnrepository.com/artifact/org.apache.curator/curator-recipes/5.5.0, Apache 2.0

tools/dependencies/known-dependencies.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@ commons-beanutils-1.9.4.jar
3838
commons-cli-1.2.jar
3939
commons-codec-1.11.jar
4040
commons-collections-3.2.2.jar
41-
commons-collections4-4.3.jar
41+
commons-collections4-4.5.0.jar
4242
commons-compiler-3.1.7.jar
43-
commons-compress-1.21.jar
43+
commons-compress-1.27.1.jar
4444
commons-configuration2-2.1.1.jar
45-
commons-io-2.11.0.jar
46-
commons-lang3-3.12.0.jar
45+
commons-io-2.19.0.jar
46+
commons-lang3-3.17.0.jar
4747
commons-logging-1.1.1.jar
48-
commons-math3-3.1.1.jar
48+
commons-math3-3.6.1.jar
4949
commons-net-3.6.jar
5050
commons-text-1.4.jar
5151
cron-utils-9.1.6.jar

0 commit comments

Comments
 (0)