diff --git a/build.gradle b/build.gradle index 2889db63..b2380310 100644 --- a/build.gradle +++ b/build.gradle @@ -89,7 +89,7 @@ allprojects { } dependencies { - testImplementation(platform("org.junit:junit-bom:5.13.2")) + testImplementation(platform("org.junit:junit-bom:5.13.3")) testImplementation 'org.junit.jupiter:junit-jupiter' testRuntimeOnly 'org.junit.platform:junit-platform-launcher' testCompileOnly 'org.jetbrains:annotations:26.0.2'