File tree Expand file tree Collapse file tree 1 file changed +6
-13
lines changed Expand file tree Collapse file tree 1 file changed +6
-13
lines changed Original file line number Diff line number Diff line change 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 >
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
You can’t perform that action at this time.
0 commit comments