Skip to content

Commit 992322b

Browse files
Bump r2dbc-postgresql from 0.8.5.RELEASE to 0.8.8.RELEASE in /modules/postgresql (#4092)
Bumps [r2dbc-postgresql](https://github.com/r2dbc/r2dbc-postgresql) from 0.8.5.RELEASE to 0.8.8.RELEASE. - [Release notes](https://github.com/r2dbc/r2dbc-postgresql/releases) - [Changelog](https://github.com/pgjdbc/r2dbc-postgresql/blob/v0.8.8.RELEASE/CHANGELOG) - [Commits](pgjdbc/r2dbc-postgresql@v0.8.5.RELEASE...v0.8.8.RELEASE) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3aa1b8a commit 992322b

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
compile project(':jdbc')
88

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

1212
testCompile project(':jdbc-test')
1313
testCompile project(':test-support')

0 commit comments

Comments
 (0)