Upgrade to Spring Boot 2.2.6.RELEASE.
This commit is contained in:
6
pom.xml
6
pom.xml
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user