#123 - Upgrade to Spring Boot 2.2 M3 for benchmarks.

Includes Spring Data Moore RC2.
This commit is contained in:
Oliver Gierke
2019-08-07 23:57:56 +02:00
parent 69c7909fc9
commit 231ba479ca
3 changed files with 3 additions and 34 deletions

View File

@@ -26,18 +26,16 @@
</modules>
<properties>
<releasetrain.version>Moore-BUILD-SNAPSHOT</releasetrain.version>
<jmh.version>1.19</jmh.version>
<spring-boot.version>2.2.0.BUILD-SNAPSHOT</spring-boot.version>
</properties>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-releasetrain</artifactId>
<version>${releasetrain.version}</version>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>2.2.0.M5</version>
<type>pom</type>
<scope>import</scope>
</dependency>