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 8753068 commit d2ecf34Copy full SHA for d2ecf34
build.gradle
@@ -91,7 +91,7 @@ dependencies {
91
// Databases
92
implementation 'org.influxdb:influxdb-java:2.24'
93
implementation 'com.couchbase.client:java-client:3.6.0'
94
- runtimeOnly 'org.postgresql:postgresql:42.7.2' // postgresql jdbc driver required during runtime
+ runtimeOnly 'org.postgresql:postgresql:42.7.3' // postgresql jdbc driver required during runtime
95
96
implementation 'commons-io:commons-io:2.15.1' // I/O functionalities
97
implementation 'commons-codec:commons-codec:1.16.1' // needed by commons-compress
0 commit comments