We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3ab9067 + 183834a commit d2b18adCopy full SHA for d2b18ad
build.gradle
@@ -97,7 +97,7 @@ dependencies {
97
// Databases
98
implementation 'org.influxdb:influxdb-java:2.25'
99
implementation 'com.couchbase.client:java-client:3.11.0'
100
- runtimeOnly 'org.postgresql:postgresql:42.7.9' // postgresql jdbc driver required during runtime
+ runtimeOnly 'org.postgresql:postgresql:42.7.10' // postgresql jdbc driver required during runtime
101
102
implementation 'commons-io:commons-io:2.21.0' // I/O functionalities
103
implementation 'commons-codec:commons-codec:1.21.0' // needed by commons-compress
0 commit comments