diff --git a/modules/ollama/build.gradle b/modules/ollama/build.gradle index 62a34a0f05a..52a3f112a7b 100644 --- a/modules/ollama/build.gradle +++ b/modules/ollama/build.gradle @@ -3,7 +3,7 @@ description = "Testcontainers :: Ollama" dependencies { api project(':testcontainers') - testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.11.0' + testRuntimeOnly 'org.junit.platform:junit-platform-launcher:6.0.0' testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4' testImplementation 'org.assertj:assertj-core:3.27.4'