Skip to content

Commit

Permalink
Bump postgresql from 42.2.9 to 42.2.10 in /modules/postgresql (testco…
Browse files Browse the repository at this point in the history
…ntainers#2328)

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] authored and quincy committed May 28, 2020
1 parent 38f4539 commit bb123d5
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 bb123d5

Please sign in to comment.