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 035a826 commit 2ea7b0aCopy full SHA for 2ea7b0a
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