Skip to content

Commit

Permalink
Bump r2dbc-postgresql in /modules/postgresql
Browse files Browse the repository at this point in the history
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 13, 2022
1 parent 1608a4f commit 3a16a79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/postgresql/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ dependencies {
api project(':jdbc')

compileOnly project(':r2dbc')
compileOnly 'io.r2dbc:r2dbc-postgresql:0.8.8.RELEASE'
compileOnly 'io.r2dbc:r2dbc-postgresql:0.8.11.RELEASE'

testImplementation project(':jdbc-test')
testImplementation project(':test-support')
testImplementation 'org.postgresql:postgresql:42.3.1'

testImplementation testFixtures(project(':r2dbc'))
testImplementation 'io.r2dbc:r2dbc-postgresql:0.8.5.RELEASE'
testImplementation 'io.r2dbc:r2dbc-postgresql:0.8.11.RELEASE'

compileOnly 'org.jetbrains:annotations:23.0.0'
}

0 comments on commit 3a16a79

Please sign in to comment.