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 a20acea + 2275c73 commit 83d5153Copy full SHA for 83d5153
build.gradle
@@ -99,7 +99,7 @@ dependencies {
99
// Databases
100
implementation 'org.influxdb:influxdb-java:2.25'
101
implementation 'com.couchbase.client:java-client:3.8.1'
102
- runtimeOnly 'org.postgresql:postgresql:42.7.5' // postgresql jdbc driver required during runtime
+ runtimeOnly 'org.postgresql:postgresql:42.7.6' // postgresql jdbc driver required during runtime
103
104
implementation 'commons-io:commons-io:2.19.0' // I/O functionalities
105
implementation 'commons-codec:commons-codec:1.18.0' // needed by commons-compress
0 commit comments