Skip to content

Commit b5bf40c

Browse files
Bump postgresql from 42.2.15 to 42.2.16 in /modules/postgresql (#3145)
Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.2.15 to 42.2.16. - [Release notes](https://github.com/pgjdbc/pgjdbc/releases) - [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md) - [Commits](pgjdbc/pgjdbc@REL42.2.15...REL42.2.16) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 698738c commit b5bf40c

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
@@ -11,7 +11,7 @@ dependencies {
1111

1212
testCompile project(':jdbc-test')
1313
testCompile project(':test-support')
14-
testCompile 'org.postgresql:postgresql:42.2.15'
14+
testCompile 'org.postgresql:postgresql:42.2.16'
1515

1616
testCompile testFixtures(project(':r2dbc'))
1717
testCompile 'io.r2dbc:r2dbc-postgresql:0.8.3.RELEASE'

0 commit comments

Comments
 (0)