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