diff --git a/build.gradle b/build.gradle index 1a08754bc..3fb7f2c1f 100644 --- a/build.gradle +++ b/build.gradle @@ -91,7 +91,7 @@ dependencies { // Databases implementation 'org.influxdb:influxdb-java:2.24' implementation 'com.couchbase.client:java-client:3.7.7' - runtimeOnly 'org.postgresql:postgresql:42.7.4' // postgresql jdbc driver required during runtime + runtimeOnly 'org.postgresql:postgresql:42.7.5' // postgresql jdbc driver required during runtime implementation 'commons-io:commons-io:2.18.0' // I/O functionalities implementation 'commons-codec:commons-codec:1.17.2' // needed by commons-compress