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 58a403d88 issue-4004: upgrade commons-net to 3.9.0 (#4005)
58a403d88 is described below
commit 58a403d8854bbcfab9f7e616dd0312c4be1a63b6
Author: PJ Fanning <[email protected]>
AuthorDate: Thu Dec 15 13:16:43 2022 +0100
issue-4004: upgrade commons-net to 3.9.0 (#4005)
* issue-4004: upgrade commons-net to 3.9.0
---
linkis-commons/linkis-common/pom.xml | 2 +-
linkis-dist/release-docs/LICENSE | 2 +-
tool/dependencies/known-dependencies.txt | 1 +
3 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/linkis-commons/linkis-common/pom.xml
b/linkis-commons/linkis-common/pom.xml
index ad8e53fe2..7c34eb59a 100644
--- a/linkis-commons/linkis-common/pom.xml
+++ b/linkis-commons/linkis-common/pom.xml
@@ -115,7 +115,7 @@
<dependency>
<groupId>commons-net</groupId>
<artifactId>commons-net</artifactId>
- <version>3.1</version>
+ <version>3.9.0</version>
</dependency>
<dependency>
diff --git a/linkis-dist/release-docs/LICENSE b/linkis-dist/release-docs/LICENSE
index 4cc89b39d..3437dcb81 100644
--- a/linkis-dist/release-docs/LICENSE
+++ b/linkis-dist/release-docs/LICENSE
@@ -307,7 +307,7 @@ See licenses/ for text of these licenses.
(Apache License, Version 2.0) Commons DBCP (commons-dbcp:commons-dbcp:1.4
- http://commons.apache.org/dbcp/)
(Apache License, Version 2.0) Commons Daemon
(commons-daemon:commons-daemon:1.0.13 - http://commons.apache.org/daemon/)
(Apache License, Version 2.0) Commons JXPath
(commons-jxpath:commons-jxpath:1.3 - http://commons.apache.org/jxpath/)
- (Apache License, Version 2.0) Commons Net (commons-net:commons-net:3.1 -
http://commons.apache.org/net/)
+ (Apache License, Version 2.0) Commons Net (commons-net:commons-net:3.9.0 -
http://commons.apache.org/net/)
(Apache License, Version 2.0) Commons Pool
(commons-pool:commons-pool:1.5.4 - http://commons.apache.org/pool/)
(Apache License, Version 2.0) Curator Client
(org.apache.curator:curator-client:2.6.0 -
http://curator.apache.org/curator-client)
(Apache License, Version 2.0) Curator Framework
(org.apache.curator:curator-framework:2.6.0 -
http://curator.apache.org/curator-framework)
diff --git a/tool/dependencies/known-dependencies.txt
b/tool/dependencies/known-dependencies.txt
index dc80cfa94..bf2a12383 100644
--- a/tool/dependencies/known-dependencies.txt
+++ b/tool/dependencies/known-dependencies.txt
@@ -74,6 +74,7 @@ commons-logging-1.2.jar
commons-math-2.2.jar
commons-math3-3.6.1.jar
commons-net-3.1.jar
+commons-net-3.9.0.jar
commons-pool-1.6.jar
commons-text-1.10.0.jar
concurrent-0.191.jar
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]