diff --git a/build.gradle b/build.gradle index 84edb14..67e05af 100644 --- a/build.gradle +++ b/build.gradle @@ -56,6 +56,6 @@ subprojects { mavenLocal() } dependencies { - testImplementation platform('org.junit:junit-bom:5.11.3') + testImplementation platform('org.junit:junit-bom:5.11.4') } }