diff --git a/modules/chromadb/build.gradle b/modules/chromadb/build.gradle index 09ce354f1c0..bd6ae52d90f 100644 --- a/modules/chromadb/build.gradle +++ b/modules/chromadb/build.gradle @@ -4,5 +4,5 @@ dependencies { api project(':testcontainers') testImplementation 'org.assertj:assertj-core:3.26.3' - testImplementation 'io.rest-assured:rest-assured:5.4.0' + testImplementation 'io.rest-assured:rest-assured:5.5.0' }