You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by he...@apache.org on 2022/04/10 14:01:10 UTC

[incubator-inlong] branch master updated: [INLONG-3534][Manager] Update spring version due to cve (#3593)

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

healchow pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-inlong.git


The following commit(s) were added to refs/heads/master by this push:
     new 83fe7dce3 [INLONG-3534][Manager] Update spring version due to cve (#3593)
83fe7dce3 is described below

commit 83fe7dce3994f737674eebd0e1341890a6533524
Author: PJ Fanning <pj...@users.noreply.github.com>
AuthorDate: Sun Apr 10 16:01:06 2022 +0200

    [INLONG-3534][Manager] Update spring version due to cve (#3593)
---
 inlong-manager/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/inlong-manager/pom.xml b/inlong-manager/pom.xml
index 7a630e503..9b1074276 100644
--- a/inlong-manager/pom.xml
+++ b/inlong-manager/pom.xml
@@ -47,7 +47,7 @@
         <java.version>1.8</java.version>
         <java.compile.version>1.8</java.compile.version>
         <spring-boot.version>2.5.12</spring-boot.version>
-        <springframework.version>5.3.4</springframework.version>
+        <springframework.version>5.3.18</springframework.version>
         <mybatis.version>3.5.6</mybatis.version>
         <mybatis.starter.version>2.1.0</mybatis.starter.version>
         <pagehelper.version>5.2.0</pagehelper.version>