diff --git a/modules/ollama/build.gradle b/modules/ollama/build.gradle index 62a34a0f05a..52958ddc55c 100644 --- a/modules/ollama/build.gradle +++ b/modules/ollama/build.gradle @@ -5,7 +5,7 @@ dependencies { testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.11.0' - testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4' + testImplementation 'org.junit.jupiter:junit-jupiter:6.0.0' testImplementation 'org.assertj:assertj-core:3.27.4' testImplementation 'io.rest-assured:rest-assured:5.5.6' }