Bump to spring-boot-starter-data-r2dbc:2.3.0.RELEASE

This commit is contained in:
Gareth Clay
2020-06-05 14:45:16 +01:00
parent 310b269ded
commit 0b94aeb220

View File

@@ -43,8 +43,7 @@ dependencies {
implementation("org.springframework.boot:spring-boot-starter-security")
implementation("org.springframework.boot:spring-boot-starter-tomcat")
implementation("io.projectreactor:reactor-core")
implementation("org.springframework.boot.experimental:spring-boot-starter-r2dbc:0.1.0.M3")
implementation("org.springframework.boot.experimental:spring-boot-starter-data-r2dbc:0.1.0.M3")
implementation("org.springframework.boot:spring-boot-starter-data-r2dbc:2.3.0.RELEASE")
implementation("io.r2dbc:r2dbc-h2:0.8.0.RELEASE")
docs("io.spring.docresources:spring-doc-resources:0.2.1.RELEASE@zip")