You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by ji...@apache.org on 2022/04/01 02:49:48 UTC

[rocketmq-spring] branch master updated: [ISSUE #443] Update Spring to 5.3.18 to fix CVE cve-2022-22965 aka Spring4shell.

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

jinrongtong pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-spring.git


The following commit(s) were added to refs/heads/master by this push:
     new 8dabe27  [ISSUE #443] Update Spring to 5.3.18 to fix CVE cve-2022-22965 aka Spring4shell.
8dabe27 is described below

commit 8dabe27dcb50c67540bebcbd5a145875ab494f37
Author: Loganaden Velvindron <lo...@gmail.com>
AuthorDate: Fri Apr 1 06:49:45 2022 +0400

    [ISSUE #443] Update Spring to 5.3.18 to fix CVE cve-2022-22965 aka Spring4shell.
---
 rocketmq-spring-boot-parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rocketmq-spring-boot-parent/pom.xml b/rocketmq-spring-boot-parent/pom.xml
index 8826db1..61bea15 100644
--- a/rocketmq-spring-boot-parent/pom.xml
+++ b/rocketmq-spring-boot-parent/pom.xml
@@ -36,7 +36,7 @@
     <properties>
         <project.rootdir>${project.basedir}/..</project.rootdir>
         <spring.boot.version>2.5.9</spring.boot.version>
-        <spring.version>5.3.15</spring.version>
+        <spring.version>5.3.18</spring.version>
 
         <rocketmq.spring.boot.version>2.2.2-SNAPSHOT</rocketmq.spring.boot.version>