Skip to content

Commit e02bfa5

Browse files
committed
spring-projects#416 - Upgrade to R2DBC 1.0 M5.
1 parent 0773537 commit e02bfa5

File tree

1 file changed

+6
-13
lines changed

1 file changed

+6
-13
lines changed

jdbc/r2dbc/pom.xml

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<name>Spring Data JDBC - Demonstrating reactive repositories with R2DBC</name>
1515

1616
<properties>
17-
<reactor-bom.version>Californium-BUILD-SNAPSHOT</reactor-bom.version>
17+
<reactor-bom.version>Californium-RELEASE</reactor-bom.version>
1818
</properties>
1919

2020
<dependencies>
@@ -28,31 +28,24 @@
2828
<dependency>
2929
<groupId>io.r2dbc</groupId>
3030
<artifactId>r2dbc-spi</artifactId>
31-
<version>1.0.0.BUILD-SNAPSHOT</version>
32-
</dependency>
33-
34-
<dependency>
35-
<groupId>io.projectreactor</groupId>
36-
<artifactId>reactor-core</artifactId>
31+
<version>1.0.0.M5</version>
3732
</dependency>
3833

3934
<dependency>
4035
<groupId>io.r2dbc</groupId>
4136
<artifactId>r2dbc-postgresql</artifactId>
42-
<version>1.0.0.BUILD-SNAPSHOT</version>
37+
<version>1.0.0.M5</version>
4338
<scope>test</scope>
4439
</dependency>
4540

4641
<dependency>
4742
<groupId>io.projectreactor</groupId>
48-
<artifactId>reactor-test</artifactId>
49-
<scope>test</scope>
43+
<artifactId>reactor-core</artifactId>
5044
</dependency>
5145

5246
<dependency>
53-
<groupId>io.projectreactor.ipc</groupId>
54-
<artifactId>reactor-netty</artifactId>
55-
<version>0.7.7.RELEASE</version>
47+
<groupId>io.projectreactor</groupId>
48+
<artifactId>reactor-test</artifactId>
5649
<scope>test</scope>
5750
</dependency>
5851

0 commit comments

Comments
 (0)