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.
2 parents f4b7923 + a920aa9 commit d89dd39Copy full SHA for d89dd39
build.gradle
@@ -93,7 +93,7 @@ dependencies {
93
// Databases
94
implementation 'org.influxdb:influxdb-java:2.22'
95
implementation 'com.couchbase.client:java-client:3.3.0'
96
- runtimeOnly 'org.postgresql:postgresql:42.3.5' // postgresql jdbc driver required during runtime
+ runtimeOnly 'org.postgresql:postgresql:42.3.6' // postgresql jdbc driver required during runtime
97
98
implementation 'commons-io:commons-io:2.11.0' // I/O functionalities
99
implementation 'org.apache.commons:commons-compress:1.21' // I/O functionalities
0 commit comments