Skip to content

Commit 0a04166

Browse files
committed
Merge remote-tracking branch 'origin/dependabot/gradle/modules/postgresql/io.r2dbc-r2dbc-postgresql-0.8.11.RELEASE' into combined-pr-branch
2 parents 0ff1c79 + 3a16a79 commit 0a04166

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/postgresql/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ dependencies {
77
api project(':jdbc')
88

99
compileOnly project(':r2dbc')
10-
compileOnly 'io.r2dbc:r2dbc-postgresql:0.8.8.RELEASE'
10+
compileOnly 'io.r2dbc:r2dbc-postgresql:0.8.11.RELEASE'
1111

1212
testImplementation project(':jdbc-test')
1313
testImplementation project(':test-support')
1414
testImplementation 'org.postgresql:postgresql:42.3.1'
1515

1616
testImplementation testFixtures(project(':r2dbc'))
17-
testImplementation 'io.r2dbc:r2dbc-postgresql:0.8.5.RELEASE'
17+
testImplementation 'io.r2dbc:r2dbc-postgresql:0.8.11.RELEASE'
1818

1919
compileOnly 'org.jetbrains:annotations:23.0.0'
2020
}

0 commit comments

Comments
 (0)