We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 976bcbe commit 8b94913Copy full SHA for 8b94913
build.gradle
@@ -94,7 +94,7 @@ dependencies {
94
// Databases
95
implementation 'org.influxdb:influxdb-java:2.23'
96
implementation 'com.couchbase.client:java-client:3.4.3'
97
- runtimeOnly 'org.postgresql:postgresql:42.5.2' // postgresql jdbc driver required during runtime
+ runtimeOnly 'org.postgresql:postgresql:42.5.3' // postgresql jdbc driver required during runtime
98
99
implementation 'commons-io:commons-io:2.11.0' // I/O functionalities
100
implementation 'org.apache.commons:commons-compress:1.22' // I/O functionalities
0 commit comments