Skip to content

Commit dac4620

Browse files
Bump postgresql from 42.2.13 to 42.2.14 in /modules/postgresql (#2867)
Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.2.13 to 42.2.14. - [Release notes](https://github.com/pgjdbc/pgjdbc/releases) - [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md) - [Commits](pgjdbc/pgjdbc@REL42.2.13...REL42.2.14) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
1 parent c88fcc1 commit dac4620

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.13'
14+
testCompile 'org.postgresql:postgresql:42.2.14'
1515

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

0 commit comments

Comments
 (0)