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 559df36 commit 4bf22deCopy full SHA for 4bf22de
modules/postgresql/build.gradle
@@ -10,7 +10,7 @@ dependencies {
10
11
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4'
12
testImplementation project(':testcontainers-jdbc-test')
13
- testRuntimeOnly 'org.postgresql:postgresql:42.7.7'
+ testRuntimeOnly 'org.postgresql:postgresql:42.7.8'
14
15
testImplementation testFixtures(project(':testcontainers-r2dbc'))
16
testRuntimeOnly 'io.r2dbc:r2dbc-postgresql:0.8.13.RELEASE'
0 commit comments