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 beb279c + b100d22 commit aa5c2eaCopy full SHA for aa5c2ea
build.gradle
@@ -100,7 +100,7 @@ dependencies {
100
// Databases
101
implementation 'org.influxdb:influxdb-java:2.25'
102
implementation 'com.couchbase.client:java-client:3.9.1'
103
- runtimeOnly 'org.postgresql:postgresql:42.7.7' // postgresql jdbc driver required during runtime
+ runtimeOnly 'org.postgresql:postgresql:42.7.8' // postgresql jdbc driver required during runtime
104
105
implementation 'commons-io:commons-io:2.20.0' // I/O functionalities
106
implementation 'commons-codec:commons-codec:1.19.0' // needed by commons-compress
0 commit comments