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 9cc9433 commit cb1cd44Copy full SHA for cb1cd44
build.gradle
@@ -92,7 +92,7 @@ dependencies {
92
93
// Databases
94
implementation 'org.influxdb:influxdb-java:2.23'
95
- implementation 'com.couchbase.client:java-client:3.3.2'
+ implementation 'com.couchbase.client:java-client:3.3.3'
96
runtimeOnly 'org.postgresql:postgresql:42.4.0' // postgresql jdbc driver required during runtime
97
98
implementation 'commons-io:commons-io:2.11.0' // I/O functionalities
0 commit comments