#556 - Upgrade to Spring Boot 2.2.5.

Exclude Eclipselink for Java 15 build profile as it isn't compatible with Java 15.
This commit is contained in:
Mark Paluch
2020-02-27 15:45:12 +01:00
parent 574e8891e5
commit 926b4bc276
2 changed files with 12 additions and 2 deletions

View File

@@ -13,7 +13,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.2.3.RELEASE</version>
<version>2.2.5.RELEASE</version>
</parent>
<modules>