Upgrade to Spring Boot 2.7 RC1.

Remove unneeded version properties. Move off deprecated config properties. Adopt to flapdoodle deprecations.

See #636
This commit is contained in:
Mark Paluch
2022-04-26 08:54:45 +02:00
committed by Greg L. Turnquist
parent a73d74a76d
commit 2eae935af8
5 changed files with 12 additions and 23 deletions

View File

@@ -13,7 +13,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.6.0-M3</version>
<version>2.7.0-RC1</version>
</parent>
<modules>
@@ -38,9 +38,7 @@
<properties>
<maven.compiler.source>16</maven.compiler.source>
<maven.compiler.target>16</maven.compiler.target>
<byte-buddy.version>1.11.14</byte-buddy.version>
<testcontainers.version>1.16.0</testcontainers.version>
<kotlin.version>1.5.0</kotlin.version>
<testcontainers.version>1.17.0</testcontainers.version>
<apt.version>1.1.3</apt.version>
<jvm.enable-preview></jvm.enable-preview>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>