diff --git a/build.gradle b/build.gradle index 183d7f5f2..03c64ba5f 100644 --- a/build.gradle +++ b/build.gradle @@ -99,7 +99,7 @@ dependencies { // Databases implementation 'org.influxdb:influxdb-java:2.25' implementation 'com.couchbase.client:java-client:3.8.1' - runtimeOnly 'org.postgresql:postgresql:42.7.5' // postgresql jdbc driver required during runtime + runtimeOnly 'org.postgresql:postgresql:42.7.6' // postgresql jdbc driver required during runtime implementation 'commons-io:commons-io:2.19.0' // I/O functionalities implementation 'commons-codec:commons-codec:1.18.0' // needed by commons-compress