You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@linkis.apache.org by ca...@apache.org on 2023/04/04 16:01:35 UTC

[linkis] branch dev-1.4.0 updated: feat:commons_fileupload Upgrade to 1.5

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

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


The following commit(s) were added to refs/heads/dev-1.4.0 by this push:
     new f33f51ac6 feat:commons_fileupload Upgrade to 1.5
     new 63118b584 Merge pull request #4432 from WeDataSphere/dev-1.4.0-upgrade-dependencies
f33f51ac6 is described below

commit f33f51ac612531776b4ad77a9eff712bc51b0ba7
Author: ahaoyao <73...@qq.com>
AuthorDate: Mon Apr 3 20:02:44 2023 +0800

    feat:commons_fileupload Upgrade to 1.5
---
 linkis-commons/linkis-rpc/pom.xml        | 9 +++++++++
 linkis-dist/release-docs/LICENSE         | 2 +-
 tool/dependencies/known-dependencies.txt | 2 +-
 3 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/linkis-commons/linkis-rpc/pom.xml b/linkis-commons/linkis-rpc/pom.xml
index 3a51a0bfc..84744f3c4 100644
--- a/linkis-commons/linkis-rpc/pom.xml
+++ b/linkis-commons/linkis-rpc/pom.xml
@@ -78,8 +78,17 @@
           <groupId>org.springframework.cloud</groupId>
           <artifactId>spring-cloud-commons</artifactId>
         </exclusion>
+        <exclusion>
+          <groupId>commons-fileupload</groupId>
+          <artifactId>commons-fileupload</artifactId>
+        </exclusion>
       </exclusions>
     </dependency>
+    <dependency>
+      <groupId>commons-fileupload</groupId>
+      <artifactId>commons-fileupload</artifactId>
+      <version>1.5</version>
+    </dependency>
     <dependency>
       <groupId>org.springframework.cloud</groupId>
       <artifactId>spring-cloud-commons</artifactId>
diff --git a/linkis-dist/release-docs/LICENSE b/linkis-dist/release-docs/LICENSE
index 8fb514892..dbb0c9f1d 100644
--- a/linkis-dist/release-docs/LICENSE
+++ b/linkis-dist/release-docs/LICENSE
@@ -263,7 +263,7 @@ See licenses/ for text of these licenses.
     (Apache License, Version 2.0) Apache Commons Collections (org.apache.commons:commons-collections4:4.1 - http://commons.apache.org/proper/commons-collections/)
     (Apache License, Version 2.0) Apache Commons Compress (org.apache.commons:commons-compress:1.20 - https://commons.apache.org/proper/commons-compress/)
     (Apache License, Version 2.0) Apache Commons Exec (org.apache.commons:commons-exec:1.3 - http://commons.apache.org/proper/commons-exec/)
-    (Apache License, Version 2.0) Apache Commons FileUpload (commons-fileupload:commons-fileupload:1.4 - http://commons.apache.org/proper/commons-fileupload/)
+    (Apache License, Version 2.0) Apache Commons FileUpload (commons-fileupload:commons-fileupload:1.5 - http://commons.apache.org/proper/commons-fileupload/)
     (Apache License, Version 2.0) Apache Commons IO (commons-io:commons-io:2.7 - https://commons.apache.org/proper/commons-io/)
     (Apache License, Version 2.0) Apache Commons Lang (org.apache.commons:commons-lang3:3.3.2 - http://commons.apache.org/proper/commons-lang/)
     (Apache License, Version 2.0) Apache Commons Logging (commons-logging:commons-logging:1.2 - http://commons.apache.org/proper/commons-logging/)
diff --git a/tool/dependencies/known-dependencies.txt b/tool/dependencies/known-dependencies.txt
index bb287f764..7b5e28822 100644
--- a/tool/dependencies/known-dependencies.txt
+++ b/tool/dependencies/known-dependencies.txt
@@ -65,7 +65,7 @@ commons-configuration-1.10.jar
 commons-daemon-1.0.13.jar
 commons-dbcp-1.4.jar
 commons-exec-1.3.jar
-commons-fileupload-1.4.jar
+commons-fileupload-1.5.jar
 commons-httpclient-3.1.jar
 commons-io-2.11.0.jar
 commons-jxpath-1.3.jar


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@linkis.apache.org
For additional commands, e-mail: commits-help@linkis.apache.org