Skip to content

Commit 8d5bc57

Browse files
committed
Merge remote-tracking branch 'origin/dependabot/gradle/modules/postgresql/org.postgresql-postgresql-42.7.4' into combined-pr-branch
2 parents b518acd + d971b9d commit 8d5bc57

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
@@ -10,7 +10,7 @@ dependencies {
1010
compileOnly 'io.r2dbc:r2dbc-postgresql:0.8.13.RELEASE'
1111

1212
testImplementation project(':jdbc-test')
13-
testRuntimeOnly 'org.postgresql:postgresql:42.7.3'
13+
testRuntimeOnly 'org.postgresql:postgresql:42.7.4'
1414

1515
testImplementation testFixtures(project(':r2dbc'))
1616
testRuntimeOnly 'io.r2dbc:r2dbc-postgresql:0.8.13.RELEASE'

0 commit comments

Comments
 (0)