Skip to content

Commit

Permalink
Bump postgresql from 42.2.9 to 42.2.10 in /modules/postgresql
Browse files Browse the repository at this point in the history
Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.2.9 to 42.2.10.
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](pgjdbc/pgjdbc@REL42.2.9...REL42.2.10)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Feb 8, 2020
1 parent 61ce025 commit 31798e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/postgresql/build.gradle
Expand Up @@ -3,7 +3,7 @@ description = "Testcontainers :: JDBC :: PostgreSQL"
dependencies {
compile project(':jdbc')

testCompile 'org.postgresql:postgresql:42.2.9'
testCompile 'org.postgresql:postgresql:42.2.10'
testCompile 'commons-dbutils:commons-dbutils:1.7'
testCompile 'com.zaxxer:HikariCP-java6:2.3.13'
}

0 comments on commit 31798e5

Please sign in to comment.