Skip to content

Commit

Permalink
update spring cloud build version to 2.2.3.RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
theonefx committed Mar 27, 2020
1 parent 56ac7f1 commit a6a6b62
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-build</artifactId>
<version>2.2.2.RELEASE</version>
<version>2.2.3.RELEASE</version>
<relativePath/>
</parent>

Expand Down Expand Up @@ -253,24 +253,6 @@
<artifactId>rocketmq-spring-boot-starter</artifactId>
<version>${rocketmq.starter.version}</version>
</dependency>

<!--
TODO:
check it every times, whern spring-boot-starter-webflux:2.2.4.RELEASE or spring-cloud-gateway-core:2.2.2.RELEASE has bean upgrade
due to spring-cloud-build:2.2.2.RELEASE has not support spring-cloud-gateway-dependencies:2.2.2.RELEASE very well
it cource some compatibility problem between ReactorNettyWebSocketClient and GatewayAutoConfiguration
-->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>5.2.4.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webflux</artifactId>
<version>5.2.4.RELEASE</version>
<scope>compile</scope>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit a6a6b62

Please sign in to comment.