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 b8e7a28 + 9f58cec commit fd6a317Copy full SHA for fd6a317
modules/postgresql/build.gradle
@@ -7,7 +7,7 @@ dependencies {
7
compileOnly 'io.r2dbc:r2dbc-postgresql:0.8.13.RELEASE'
8
9
testImplementation project(':jdbc-test')
10
- testRuntimeOnly 'org.postgresql:postgresql:42.7.4'
+ testRuntimeOnly 'org.postgresql:postgresql:42.7.7'
11
12
testImplementation testFixtures(project(':r2dbc'))
13
testRuntimeOnly 'io.r2dbc:r2dbc-postgresql:0.8.13.RELEASE'
0 commit comments