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