diff --git a/build.gradle b/build.gradle index 9a25ec5..d5fe1ad 100644 --- a/build.gradle +++ b/build.gradle @@ -30,7 +30,7 @@ subprojects { } dependencies { - testImplementation platform('org.junit:junit-bom:6.0.2') + testImplementation platform('org.junit:junit-bom:6.0.3') testImplementation 'org.junit.jupiter:junit-jupiter' testRuntimeOnly 'org.junit.platform:junit-platform-launcher' testImplementation 'org.assertj:assertj-core:3.27.7'