Skip to content

Commit fd6a317

Browse files
committed
Merge remote-tracking branch 'origin/dependabot/gradle/modules/postgresql/org.postgresql-postgresql-42.7.7' into combined-pr-branch
2 parents b8e7a28 + 9f58cec commit fd6a317

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(':jdbc-test')
10-
testRuntimeOnly 'org.postgresql:postgresql:42.7.4'
10+
testRuntimeOnly 'org.postgresql:postgresql:42.7.7'
1111

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

0 commit comments

Comments
 (0)