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

@@ -7,17 +7,13 @@
<parent>
<groupId>org.springframework.data.benchmark</groupId>
<artifactId>spring-data-benchmark-parent</artifactId>
<version>2.3.0.BUILD-SNAPSHOT</version>
<version>2.5.0-SNAPSHOT</version>
</parent>
<artifactId>spring-data-benchmark-relational</artifactId>
<name>Spring Data Benchmarks - Relational Microbenchmarks</name>
<properties>
<spring-boot-data-r2dbc.version>0.1.0.BUILD-SNAPSHOT</spring-boot-data-r2dbc.version>
</properties>
<dependencies>
<dependency>
@@ -48,21 +44,18 @@
<!-- R2DBC -->
<dependency>
<groupId>org.springframework.boot.experimental</groupId>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-r2dbc</artifactId>
<version>${spring-boot-data-r2dbc.version}</version>
</dependency>
<dependency>
<groupId>io.r2dbc</groupId>
<artifactId>r2dbc-h2</artifactId>
<version>0.8.0.RC1</version>
</dependency>
<dependency>
<groupId>io.r2dbc</groupId>
<artifactId>r2dbc-postgresql</artifactId>
<version>0.8.0.RC1</version>
</dependency>
<!-- Mocking -->