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/03/05 02:32:23 UTC

[rocketmq-spring] branch master updated: [ISSUE #436]Upgrade RocketMQ version to 4.9.3 (#437)

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 b7e6476  [ISSUE #436]Upgrade RocketMQ version to 4.9.3 (#437)
b7e6476 is described below

commit b7e647646fa2e34c0f668f71ab97cf63a93f54e1
Author: zhangjidi2016 <zh...@cmss.chinamobile.com>
AuthorDate: Sat Mar 5 10:32:16 2022 +0800

    [ISSUE #436]Upgrade RocketMQ version to 4.9.3 (#437)
    
    Co-authored-by: zhangjidi2016 <zh...@cmss.chinamobile.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 8d60797..21af4d6 100644
--- a/rocketmq-spring-boot-parent/pom.xml
+++ b/rocketmq-spring-boot-parent/pom.xml
@@ -40,7 +40,7 @@
 
         <rocketmq.spring.boot.version>2.2.2-SNAPSHOT</rocketmq.spring.boot.version>
 
-        <rocketmq.version>4.9.2</rocketmq.version>
+        <rocketmq.version>4.9.3</rocketmq.version>
         <slf4j.version>1.7.25</slf4j.version>
         <jackson.version>2.11.1</jackson.version>
         <fastjson.version>1.2.72</fastjson.version>