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 b518acd + d971b9d commit 8d5bc57Copy full SHA for 8d5bc57
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.3'
+ testRuntimeOnly 'org.postgresql:postgresql:42.7.4'
14
15
testImplementation testFixtures(project(':r2dbc'))
16
testRuntimeOnly 'io.r2dbc:r2dbc-postgresql:0.8.13.RELEASE'
0 commit comments