Skip to content

Commit

Permalink
Bump postgresql from 42.2.12 to 42.2.13 in /modules/postgresql (#2846)
Browse files Browse the repository at this point in the history
Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.2.12 to 42.2.13.
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](pgjdbc/pgjdbc@REL42.2.12...REL42.2.13)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
  • Loading branch information
dependabot-preview[bot] committed Jun 6, 2020
1 parent ec1c516 commit 99cf50d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/postgresql/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies {

testCompile project(':jdbc-test')
testCompile project(':test-support')
testCompile 'org.postgresql:postgresql:42.2.12'
testCompile 'org.postgresql:postgresql:42.2.13'

testCompile testFixtures(project(':r2dbc'))
testCompile 'io.r2dbc:r2dbc-postgresql:0.8.3.RELEASE'
Expand Down

0 comments on commit 99cf50d

Please sign in to comment.