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 1608a4f commit 3a16a79Copy full SHA for 3a16a79
modules/postgresql/build.gradle
@@ -7,14 +7,14 @@ dependencies {
7
api project(':jdbc')
8
9
compileOnly project(':r2dbc')
10
- compileOnly 'io.r2dbc:r2dbc-postgresql:0.8.8.RELEASE'
+ compileOnly 'io.r2dbc:r2dbc-postgresql:0.8.11.RELEASE'
11
12
testImplementation project(':jdbc-test')
13
testImplementation project(':test-support')
14
testImplementation 'org.postgresql:postgresql:42.3.1'
15
16
testImplementation testFixtures(project(':r2dbc'))
17
- testImplementation 'io.r2dbc:r2dbc-postgresql:0.8.5.RELEASE'
+ testImplementation 'io.r2dbc:r2dbc-postgresql:0.8.11.RELEASE'
18
19
compileOnly 'org.jetbrains:annotations:23.0.0'
20
}
0 commit comments