diff --git a/build.gradle b/build.gradle index 0627095..21e3d70 100644 --- a/build.gradle +++ b/build.gradle @@ -62,6 +62,6 @@ subprojects { mavenLocal() } dependencies { - testImplementation platform('org.junit:junit-bom:5.10.3') + testImplementation platform('org.junit:junit-bom:5.11.0') } }