Skip to content

Commit b67e8ca

Browse files
committed
Merge remote-tracking branch 'origin/dependabot/gradle/modules/postgresql/org.postgresql-postgresql-42.7.8' into combined-pr-branch
2 parents 2b17fba + 2ea7b0a commit b67e8ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/postgresql/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dependencies {
77
compileOnly 'io.r2dbc:r2dbc-postgresql:0.8.13.RELEASE'
88

99
testImplementation project(':testcontainers-jdbc-test')
10-
testRuntimeOnly 'org.postgresql:postgresql:42.7.7'
10+
testRuntimeOnly 'org.postgresql:postgresql:42.7.8'
1111

1212
testImplementation testFixtures(project(':testcontainers-r2dbc'))
1313
testRuntimeOnly 'io.r2dbc:r2dbc-postgresql:0.8.13.RELEASE'

0 commit comments

Comments
 (0)