Upgrade to Spring Boot 2.5 snapshots.

Closes #170.
This commit is contained in:
Mark Paluch
2021-02-09 10:55:21 +01:00
parent e63e71b83d
commit 4efa0f8e00
5 changed files with 14 additions and 15 deletions

View File

@@ -15,7 +15,7 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>2.3.0.BUILD-SNAPSHOT</version>
<version>2.5.0-SNAPSHOT</version>
</parent>
<modules>
@@ -35,7 +35,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>2.3.0.BUILD-SNAPSHOT</version>
<version>2.5.0-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@@ -92,6 +92,12 @@
<version>${jmh.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>
<build>