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 138b491 + f9e69d2 commit 2ee0498Copy full SHA for 2ee0498
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
- testImplementation 'org.postgresql:postgresql:42.5.3'
+ testImplementation 'org.postgresql:postgresql:42.5.4'
14
15
testImplementation testFixtures(project(':r2dbc'))
16
testImplementation 'io.r2dbc:r2dbc-postgresql:0.8.13.RELEASE'
0 commit comments