diff --git a/build.gradle b/build.gradle index a4668f629..e25a2f14d 100644 --- a/build.gradle +++ b/build.gradle @@ -92,7 +92,7 @@ dependencies { // Databases implementation 'org.influxdb:influxdb-java:2.23' - implementation 'com.couchbase.client:java-client:3.3.2' + implementation 'com.couchbase.client:java-client:3.3.3' runtimeOnly 'org.postgresql:postgresql:42.4.0' // postgresql jdbc driver required during runtime implementation 'commons-io:commons-io:2.11.0' // I/O functionalities