diff --git a/modules/postgresql/build.gradle b/modules/postgresql/build.gradle index c38b9bc4fc2..a8a6495bfc1 100644 --- a/modules/postgresql/build.gradle +++ b/modules/postgresql/build.gradle @@ -7,14 +7,14 @@ dependencies { api project(':jdbc') compileOnly project(':r2dbc') - compileOnly 'io.r2dbc:r2dbc-postgresql:0.8.8.RELEASE' + compileOnly 'io.r2dbc:r2dbc-postgresql:0.8.11.RELEASE' testImplementation project(':jdbc-test') testImplementation project(':test-support') testImplementation 'org.postgresql:postgresql:42.3.1' testImplementation testFixtures(project(':r2dbc')) - testImplementation 'io.r2dbc:r2dbc-postgresql:0.8.5.RELEASE' + testImplementation 'io.r2dbc:r2dbc-postgresql:0.8.11.RELEASE' compileOnly 'org.jetbrains:annotations:23.0.0' }