This is an automated email from the ASF dual-hosted git repository.
peacewong pushed a commit to branch dev-1.1.0-datasource
in repository https://gitbox.apache.org/repos/asf/incubator-linkis.git
The following commit(s) were added to refs/heads/dev-1.1.0-datasource by this
push:
new ba627e7 upgrade commons-io due to CVE (#1348)
ba627e7 is described below
commit ba627e7027cfb2169f69c558b7045c77fd7cf079
Author: PJ Fanning <[email protected]>
AuthorDate: Fri Jan 28 12:38:36 2022 +0100
upgrade commons-io due to CVE (#1348)
---
pom.xml | 2 +-
tool/dependencies/known-dependencies.txt | 2 +-
tool/dependencies/third-party-dependencies.txt | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 97f1c53..f0074ae 100644
--- a/pom.xml
+++ b/pom.xml
@@ -131,7 +131,7 @@
<javassist.version>3.19.0-GA</javassist.version>
<commons-collections.version>3.2.2</commons-collections.version>
<commons-lang.version>2.6</commons-lang.version>
- <commons-io.version>2.4</commons-io.version>
+ <commons-io.version>2.11.0</commons-io.version>
<druid.version>1.1.22</druid.version>
<apache-rat-plugin.version>0.13</apache-rat-plugin.version>
<assembly.package.rootpath>${basedir}</assembly.package.rootpath>
diff --git a/tool/dependencies/known-dependencies.txt
b/tool/dependencies/known-dependencies.txt
index b325228..f0f3a5c 100644
--- a/tool/dependencies/known-dependencies.txt
+++ b/tool/dependencies/known-dependencies.txt
@@ -57,7 +57,7 @@ commons-digester-1.8.jar
commons-exec-1.3.jar
commons-fileupload-1.4.jar
commons-httpclient-3.1.jar
-commons-io-2.4.jar
+commons-io-2.11.0.jar
commons-jxpath-1.3.jar
commons-lang-2.6.jar
commons-lang3-3.1.jar
diff --git a/tool/dependencies/third-party-dependencies.txt
b/tool/dependencies/third-party-dependencies.txt
index bcf5673..d431b65 100644
--- a/tool/dependencies/third-party-dependencies.txt
+++ b/tool/dependencies/third-party-dependencies.txt
@@ -57,7 +57,7 @@ commons-digester-1.8.jar
commons-exec-1.3.jar
commons-fileupload-1.4.jar
commons-httpclient-3.1.jar
-commons-io-2.4.jar
+commons-io-2.11.0.jar
commons-jxpath-1.3.jar
commons-lang-2.6.jar
commons-lang3-3.1.jar
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]