diff --git a/modules/ollama/build.gradle b/modules/ollama/build.gradle index ece97e4a389..a0256ba7150 100644 --- a/modules/ollama/build.gradle +++ b/modules/ollama/build.gradle @@ -4,5 +4,5 @@ dependencies { api project(':testcontainers') testImplementation 'org.assertj:assertj-core:3.27.4' - testImplementation 'io.rest-assured:rest-assured:5.5.5' + testImplementation 'io.rest-assured:rest-assured:5.5.6' }