Skip to content

Commit 8b94913

Browse files
Bump org.postgresql:postgresql from 42.5.2 to 42.5.3 (#740)
1 parent 976bcbe commit 8b94913

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
@@ -94,7 +94,7 @@ dependencies {
9494
// Databases
9595
implementation 'org.influxdb:influxdb-java:2.23'
9696
implementation 'com.couchbase.client:java-client:3.4.3'
97-
runtimeOnly 'org.postgresql:postgresql:42.5.2' // postgresql jdbc driver required during runtime
97+
runtimeOnly 'org.postgresql:postgresql:42.5.3' // postgresql jdbc driver required during runtime
9898

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

0 commit comments

Comments
 (0)