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.
1 parent 83b59e0 commit d84b4a5Copy full SHA for d84b4a5
modules/postgresql/build.gradle
@@ -11,7 +11,7 @@ dependencies {
11
12
testCompile project(':jdbc-test')
13
testCompile project(':test-support')
14
- testCompile 'org.postgresql:postgresql:42.2.18'
+ testCompile 'org.postgresql:postgresql:42.2.20'
15
16
testCompile testFixtures(project(':r2dbc'))
17
testCompile 'io.r2dbc:r2dbc-postgresql:0.8.5.RELEASE'
0 commit comments