#501 - Upgrade to Spring Data R2DBC 1.0 M2.

Upgrade to R2DBC Arabba M8 BOM as well.
This commit is contained in:
Oliver Drotbohm
2019-05-14 12:22:03 +02:00
parent 4576dc413f
commit 46b37883e2

View File

@@ -22,7 +22,7 @@
<properties> <properties>
<h2.version>1.4.199</h2.version> <h2.version>1.4.199</h2.version>
<spring.version>5.2.0.BUILD-SNAPSHOT</spring.version> <spring.version>5.2.0.M2</spring.version>
</properties> </properties>
<dependencyManagement> <dependencyManagement>
@@ -30,7 +30,7 @@
<dependency> <dependency>
<groupId>io.r2dbc</groupId> <groupId>io.r2dbc</groupId>
<artifactId>r2dbc-bom</artifactId> <artifactId>r2dbc-bom</artifactId>
<version>Arabba-BUILD-SNAPSHOT</version> <version>Arabba-M8</version>
<type>pom</type> <type>pom</type>
<scope>import</scope> <scope>import</scope>
</dependency> </dependency>