Upgrade spring boot to 2.6.x.

pull/2401/head
Freeman Lau 3 years ago
parent 2569bdf20b
commit 5a54d8811c

@ -8,7 +8,7 @@
<parent> <parent>
<groupId>org.springframework.cloud</groupId> <groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-build</artifactId> <artifactId>spring-cloud-build</artifactId>
<version>3.0.1</version> <version>3.1.0</version>
<relativePath/> <relativePath/>
</parent> </parent>
@ -83,7 +83,7 @@
<revision>2022.0-SNAPSHOT</revision> <revision>2022.0-SNAPSHOT</revision>
<!-- Spring Cloud --> <!-- Spring Cloud -->
<spring.cloud.version>2020.0.1</spring.cloud.version> <spring.cloud.version>2021.0.0</spring.cloud.version>
<!-- Apache Dubbo --> <!-- Apache Dubbo -->
<dubbo.version>2.7.15</dubbo.version> <dubbo.version>2.7.15</dubbo.version>

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>org.springframework.cloud</groupId> <groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-dependencies-parent</artifactId> <artifactId>spring-cloud-dependencies-parent</artifactId>
<version>3.0.1</version> <version>3.1.0</version>
<relativePath/> <relativePath/>
</parent> </parent>

Loading…
Cancel
Save