#542 - Upgrade to Spring Boot 2.2.1.

This commit is contained in:
Mark Paluch
2019-11-11 13:41:36 +01:00
parent 8c091f324e
commit 34e73d360e
3 changed files with 3 additions and 25 deletions

View File

@@ -12,7 +12,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.2.0.BUILD-SNAPSHOT</version>
<version>2.2.1.RELEASE</version>
</parent>
<modules>
@@ -35,7 +35,6 @@
<properties>
<apt.version>1.1.3</apt.version>
<lombok.version>1.18.6</lombok.version>
</properties>
<profiles>