You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by sh...@apache.org on 2023/03/22 10:51:56 UTC

[rocketmq-eventbridge] branch main updated: Roll back spring version (#62)

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

shenlin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/rocketmq-eventbridge.git


The following commit(s) were added to refs/heads/main by this push:
     new 0ab40e7  Roll back spring version (#62)
0ab40e7 is described below

commit 0ab40e76e3e9de4bbcaeadf0eb43688ada947a48
Author: zhaohai <33...@users.noreply.github.com>
AuthorDate: Wed Mar 22 18:51:50 2023 +0800

    Roll back spring version (#62)
    
     roll back spring content version
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 467b566..2e67bac 100644
--- a/pom.xml
+++ b/pom.xml
@@ -72,7 +72,7 @@
         <maven.compiler.source>1.8</maven.compiler.source>
         <maven.compiler.target>1.8</maven.compiler.target>
         <maven-compiler-plugin.version>3.6.1</maven-compiler-plugin.version>
-        <spring.version>6.0.0</spring.version>
+        <spring.version>5.0.6.RELEASE</spring.version>
         <spring-boot.version>2.0.2.RELEASE</spring-boot.version>
         <spring.webflux.version>2.6.6</spring.webflux.version>
         <springfox-swagger-ui.version>2.7.0</springfox-swagger-ui.version>