Skip to content

Commit 9d1dfc7

Browse files
committed
Upgrade to R2DBC H2 1.0.0
See gh-28787
1 parent ddbbe67 commit 9d1dfc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework-platform/framework-platform.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ dependencies {
5050
api("io.mockk:mockk:1.12.1")
5151
api("io.projectreactor.netty:reactor-netty5-http:2.0.0-M3")
5252
api("io.projectreactor.tools:blockhound:1.0.6.RELEASE")
53-
api("io.r2dbc:r2dbc-h2:1.0.0.RC1")
53+
api("io.r2dbc:r2dbc-h2:1.0.0.RELEASE")
5454
api("io.r2dbc:r2dbc-spi-test:1.0.0.RELEASE")
5555
api("io.r2dbc:r2dbc-spi:1.0.0.RELEASE")
5656
api("io.reactivex.rxjava3:rxjava:3.1.5")

0 commit comments

Comments
 (0)