We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a2300a3 + 6b71635 commit a7febd6Copy full SHA for a7febd6
modules/r2dbc/build.gradle
@@ -12,7 +12,7 @@ dependencies {
12
api 'io.r2dbc:r2dbc-spi:0.8.1.RELEASE'
13
14
testImplementation 'org.assertj:assertj-core:3.23.1'
15
- testImplementation 'io.r2dbc:r2dbc-postgresql:0.8.12.RELEASE'
+ testImplementation 'io.r2dbc:r2dbc-postgresql:0.8.13.RELEASE'
16
testImplementation project(':postgresql')
17
18
testFixturesImplementation 'io.projectreactor:reactor-core:3.4.22'
0 commit comments