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 1acebf2 commit 3682fc8Copy full SHA for 3682fc8
build.gradle
@@ -93,7 +93,7 @@ dependencies {
93
94
// Databases
95
implementation 'org.influxdb:influxdb-java:2.23'
96
- implementation 'com.couchbase.client:java-client:3.4.0'
+ implementation 'com.couchbase.client:java-client:3.4.1'
97
runtimeOnly 'org.postgresql:postgresql:42.5.1' // postgresql jdbc driver required during runtime
98
99
implementation 'commons-io:commons-io:2.11.0' // I/O functionalities
0 commit comments