diff --git a/examples/build.gradle b/examples/build.gradle index 57a1f4d4..86838047 100644 --- a/examples/build.gradle +++ b/examples/build.gradle @@ -34,7 +34,7 @@ allprojects { plugins.withId("java") { dependencies { - implementation platform("org.junit:junit-bom:5.9.3") + implementation platform("org.junit:junit-bom:5.10.0") } } }