Skip to content

Commit 289188b

Browse files
Bump r2dbc-postgresql from 0.8.2.RELEASE to 0.8.3.RELEASE in /modules/postgresql (#2824)
Bumps [r2dbc-postgresql](https://github.com/r2dbc/r2dbc-postgresql) from 0.8.2.RELEASE to 0.8.3.RELEASE. - [Release notes](https://github.com/r2dbc/r2dbc-postgresql/releases) - [Changelog](https://github.com/r2dbc/r2dbc-postgresql/blob/v0.8.3.RELEASE/CHANGELOG) - [Commits](pgjdbc/r2dbc-postgresql@v0.8.2.RELEASE...v0.8.3.RELEASE) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
1 parent 46f085d commit 289188b

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,12 +7,12 @@ dependencies {
77
compile project(':jdbc')
88

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

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

1616
testCompile testFixtures(project(':r2dbc'))
17-
testCompile 'io.r2dbc:r2dbc-postgresql:0.8.1.RELEASE'
17+
testCompile 'io.r2dbc:r2dbc-postgresql:0.8.3.RELEASE'
1818
}

0 commit comments

Comments
 (0)