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:
committed by
Greg L. Turnquist
parent
a73d74a76d
commit
2eae935af8
6
pom.xml
6
pom.xml
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user