You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@linkis.apache.org by pe...@apache.org on 2023/05/25 08:45:34 UTC

[linkis] branch dev-1.4.0 updated: Security Work Order Upgrade (#4561)

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

peacewong 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 b0173ec65 Security Work Order Upgrade (#4561)
b0173ec65 is described below

commit b0173ec655554260f6e744001bb7c2ae099adc29
Author: ahaoyao <12...@users.noreply.github.com>
AuthorDate: Thu May 25 16:45:27 2023 +0800

    Security Work Order Upgrade (#4561)
---
 linkis-engineconn-plugins/sqoop/pom.xml  | 2 +-
 pom.xml                                  | 2 +-
 tool/dependencies/known-dependencies.txt | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/linkis-engineconn-plugins/sqoop/pom.xml b/linkis-engineconn-plugins/sqoop/pom.xml
index b09026d38..180f12d96 100644
--- a/linkis-engineconn-plugins/sqoop/pom.xml
+++ b/linkis-engineconn-plugins/sqoop/pom.xml
@@ -41,7 +41,7 @@
     <dependency>
       <groupId>org.apache.avro</groupId>
       <artifactId>avro</artifactId>
-      <version>1.10.2</version>
+      <version>1.11.0</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
diff --git a/pom.xml b/pom.xml
index b976919c6..5f3693198 100644
--- a/pom.xml
+++ b/pom.xml
@@ -201,7 +201,7 @@
 
     <!-- spring -->
     <spring-framework.version>5.2.23.RELEASE</spring-framework.version>
-    <spring-security.version>5.3.13.RELEASE</spring-security.version>
+    <spring-security.version>5.7.5</spring-security.version>
     <spring.boot.version>2.3.12.RELEASE</spring.boot.version>
     <spring-netflix.version>2.2.9.RELEASE</spring-netflix.version>
     <spring-cloud.version>Hoxton.SR12</spring-cloud.version>
diff --git a/tool/dependencies/known-dependencies.txt b/tool/dependencies/known-dependencies.txt
index a51d515b4..493b44629 100644
--- a/tool/dependencies/known-dependencies.txt
+++ b/tool/dependencies/known-dependencies.txt
@@ -539,7 +539,7 @@ spring-jcl-5.2.23.RELEASE.jar
 spring-jdbc-5.2.23.RELEASE.jar
 spring-plugin-core-2.0.0.RELEASE.jar
 spring-plugin-metadata-2.0.0.RELEASE.jar
-spring-security-crypto-5.3.13.RELEASE.jar
+spring-security-crypto-5.7.5.jar
 spring-security-rsa-1.0.9.RELEASE.jar
 spring-tx-5.2.23.RELEASE.jar
 spring-web-5.2.23.RELEASE.jar


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