diff --git a/build.gradle b/build.gradle index 76a5096..9751b3a 100644 --- a/build.gradle +++ b/build.gradle @@ -30,7 +30,7 @@ subprojects { } dependencies { - testImplementation platform('org.junit:junit-bom:6.1.2') + testImplementation platform('org.junit:junit-bom:6.1.3') testImplementation 'org.junit.jupiter:junit-jupiter' testRuntimeOnly 'org.junit.platform:junit-platform-launcher' testImplementation 'org.assertj:assertj-core:3.27.7'