diff --git a/modules/postgresql/build.gradle b/modules/postgresql/build.gradle index 05db9d8bdd7..0ef6df998e3 100644 --- a/modules/postgresql/build.gradle +++ b/modules/postgresql/build.gradle @@ -3,7 +3,7 @@ description = "Testcontainers :: JDBC :: PostgreSQL" dependencies { compile project(':jdbc') - testCompile 'org.postgresql:postgresql:9.3-1101-jdbc41' + testCompile 'org.postgresql:postgresql:42.2.5' testCompile 'commons-dbutils:commons-dbutils:1.7' testCompile 'com.zaxxer:HikariCP-java6:2.3.13' }