Skip to content

Commit d89dd39

Browse files
Merge branch 'dev' into sp/#595-adapt-to-PSU-snapshot
2 parents f4b7923 + a920aa9 commit d89dd39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ dependencies {
9393
// Databases
9494
implementation 'org.influxdb:influxdb-java:2.22'
9595
implementation 'com.couchbase.client:java-client:3.3.0'
96-
runtimeOnly 'org.postgresql:postgresql:42.3.5' // postgresql jdbc driver required during runtime
96+
runtimeOnly 'org.postgresql:postgresql:42.3.6' // postgresql jdbc driver required during runtime
9797

9898
implementation 'commons-io:commons-io:2.11.0' // I/O functionalities
9999
implementation 'org.apache.commons:commons-compress:1.21' // I/O functionalities

0 commit comments

Comments
 (0)