diff --git a/modules/chromadb/build.gradle b/modules/chromadb/build.gradle index def6310b420..0c35c880f86 100644 --- a/modules/chromadb/build.gradle +++ b/modules/chromadb/build.gradle @@ -3,7 +3,7 @@ description = "Testcontainers :: ChromaDB" 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.assertj:assertj-core:3.27.4' testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4'