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/05/26 00:58:54 UTC

[rocketmq-spring] branch master updated: Bump spring-core from 5.3.18 to 5.3.20 in /rocketmq-spring-boot-parent (#460)

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 d6e2b1f  Bump spring-core from 5.3.18 to 5.3.20 in /rocketmq-spring-boot-parent (#460)
d6e2b1f is described below

commit d6e2b1f2a28a9be1453b9b096fff8fb0f141f48b
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu May 26 08:58:49 2022 +0800

    Bump spring-core from 5.3.18 to 5.3.20 in /rocketmq-spring-boot-parent (#460)
    
    Bumps [spring-core](https://github.com/spring-projects/spring-framework) from 5.3.18 to 5.3.20.
    - [Release notes](https://github.com/spring-projects/spring-framework/releases)
    - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.18...v5.3.20)
    
    ---
    updated-dependencies:
    - dependency-name: org.springframework:spring-core
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 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 587397c..5825804 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.18</spring.version>
+        <spring.version>5.3.20</spring.version>
 
         <rocketmq.spring.boot.version>2.2.3-SNAPSHOT</rocketmq.spring.boot.version>