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 37f0af9 + 285aac9 commit d4bb131Copy full SHA for d4bb131
modules/postgresql/build.gradle
@@ -10,7 +10,7 @@ dependencies {
10
compileOnly 'io.r2dbc:r2dbc-postgresql:0.8.13.RELEASE'
11
12
testImplementation project(':jdbc-test')
13
- testRuntimeOnly 'org.postgresql:postgresql:42.7.1'
+ testRuntimeOnly 'org.postgresql:postgresql:42.7.3'
14
15
testImplementation testFixtures(project(':r2dbc'))
16
testRuntimeOnly 'io.r2dbc:r2dbc-postgresql:0.8.13.RELEASE'
0 commit comments