diff --git a/build.gradle b/build.gradle index 1a68bce..8b3a9d6 100644 --- a/build.gradle +++ b/build.gradle @@ -52,7 +52,7 @@ dependencies { implementation group: 'net.sf', name: 'dbdeploy', version: '2.11.1' implementation group: 'com.mysql', name: 'mysql-connector-j', version: '9.0.0' implementation group: 'com.h2database', name: 'h2', version: '1.4.200' // Should match version at GoCD 20.5.0 release, since H2 dont guarantee backward compatiiblity - implementation group: 'org.postgresql', name: 'postgresql', version: '42.7.3' + implementation group: 'org.postgresql', name: 'postgresql', version: '42.7.4' testImplementation platform('org.junit:junit-bom:5.11.0') testImplementation group: "org.junit.jupiter", name: "junit-jupiter-api"