Upgrade to Spring Boot 2.2.6.RELEASE.

This commit is contained in:
Greg Turnquist
2020-04-13 10:33:45 -05:00
parent fa2ac888db
commit 1d12ed185c

View File

@@ -53,7 +53,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.2.2.RELEASE</version>
<version>2.2.6.RELEASE</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
@@ -80,7 +80,7 @@
<profile>
<id>spring52-next</id>
<properties>
<spring.version>5.2.3.BUILD-SNAPSHOT</spring.version>
<spring.version>5.2.6.BUILD-SNAPSHOT</spring.version>
</properties>
<repositories>
<repository>
@@ -120,7 +120,7 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-jpa</artifactId>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>