fix(deps): update dependency org.junit:junit-bom to v5.10.1
diff --git a/src/bom-testing/build.gradle.kts b/src/bom-testing/build.gradle.kts
index 257c788..390fd33 100644
--- a/src/bom-testing/build.gradle.kts
+++ b/src/bom-testing/build.gradle.kts
@@ -26,7 +26,7 @@
 }
 
 dependencies {
-    api(platform("org.junit:junit-bom:5.9.3"))
+    api(platform("org.junit:junit-bom:5.10.1"))
 
     constraints {
         // api means "the dependency is for both compilation and runtime"