Skip to content

Commit d7c41d1

Browse files
committed
Merge remote-tracking branch 'origin/dependabot/gradle/modules/postgresql/org.postgresql-postgresql-42.6.0' into combined-pr-branch
2 parents d629eac + 567e3be commit d7c41d1

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-
testImplementation 'org.postgresql:postgresql:42.5.4'
13+
testImplementation 'org.postgresql:postgresql:42.6.0'
1414

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

0 commit comments

Comments
 (0)