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 46f085d commit 289188bCopy full SHA for 289188b
modules/postgresql/build.gradle
@@ -7,12 +7,12 @@ dependencies {
7
compile project(':jdbc')
8
9
compileOnly project(':r2dbc')
10
- compileOnly 'io.r2dbc:r2dbc-postgresql:0.8.2.RELEASE'
+ compileOnly 'io.r2dbc:r2dbc-postgresql:0.8.3.RELEASE'
11
12
testCompile project(':jdbc-test')
13
testCompile project(':test-support')
14
testCompile 'org.postgresql:postgresql:42.2.12'
15
16
testCompile testFixtures(project(':r2dbc'))
17
- testCompile 'io.r2dbc:r2dbc-postgresql:0.8.1.RELEASE'
+ testCompile 'io.r2dbc:r2dbc-postgresql:0.8.3.RELEASE'
18
}
0 commit comments