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

[rocketmq-eventbridge] branch main updated: Bump spring-boot-starter-webflux from 2.6.3 to 2.6.6

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

yukon 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 595006a  Bump spring-boot-starter-webflux from 2.6.3 to 2.6.6
595006a is described below

commit 595006a3bc055d6c44404e811562fa383c437528
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Apr 14 11:03:44 2022 +0000

    Bump spring-boot-starter-webflux from 2.6.3 to 2.6.6
    
    Bumps [spring-boot-starter-webflux](https://github.com/spring-projects/spring-boot) from 2.6.3 to 2.6.6.
    - [Release notes](https://github.com/spring-projects/spring-boot/releases)
    - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.6.3...v2.6.6)
    
    ---
    updated-dependencies:
    - dependency-name: org.springframework.boot:spring-boot-starter-webflux
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d8bfa00..dbce1af 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,7 +15,7 @@
         <maven-compiler-plugin.version>3.6.1</maven-compiler-plugin.version>
         <spring.version>5.0.6.RELEASE</spring.version>
         <spring-boot.version>2.0.2.RELEASE</spring-boot.version>
-        <spring.webflux.version>2.6.3</spring.webflux.version>
+        <spring.webflux.version>2.6.6</spring.webflux.version>
         <springfox-swagger-ui.version>2.7.0</springfox-swagger-ui.version>
         <mybatis-spring-boot-starter.version>2.1.3</mybatis-spring-boot-starter.version>
         <slf4j-api.version>1.7.25</slf4j-api.version>