Upgrade to Spring Boot 2.5.
This commit is contained in:
4
pom.xml
4
pom.xml
@@ -13,7 +13,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-parent</artifactId>
|
||||
<version>2.4.4</version>
|
||||
<version>2.5.0-M3</version>
|
||||
</parent>
|
||||
|
||||
<modules>
|
||||
@@ -51,7 +51,7 @@
|
||||
<profile>
|
||||
<id>spring-data-next</id>
|
||||
<properties>
|
||||
<spring-data-bom.version>2020.0.5-SNAPSHOT</spring-data-bom.version>
|
||||
<spring-data-bom.version>2021.0.0-SNAPSHOT</spring-data-bom.version>
|
||||
</properties>
|
||||
</profile>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user