Skip to content

Commit 3a16a79

Browse files
Bump r2dbc-postgresql in /modules/postgresql
Bumps [r2dbc-postgresql](https://github.com/r2dbc/r2dbc-postgresql) from 0.8.8.RELEASE to 0.8.11.RELEASE. - [Release notes](https://github.com/r2dbc/r2dbc-postgresql/releases) - [Changelog](https://github.com/pgjdbc/r2dbc-postgresql/blob/v0.8.11.RELEASE/CHANGELOG) - [Commits](pgjdbc/r2dbc-postgresql@v0.8.8.RELEASE...v0.8.11.RELEASE) --- updated-dependencies: - dependency-name: io.r2dbc:r2dbc-postgresql dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1608a4f commit 3a16a79

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)