From ffbbc18a3479682ba755d1e062745f2553a5d527 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Oct 2025 04:29:52 +0000 Subject: [PATCH] chore(deps): update dependency org.junit:junit-bom to v5.14.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 6b24c995..ea497af6 100644 --- a/build.sbt +++ b/build.sbt @@ -48,7 +48,7 @@ val junit4Version = "4.13.2" // BOMs -lazy val junitBom = Bom("org.junit" % "junit-bom" % "5.13.4") +lazy val junitBom = Bom("org.junit" % "junit-bom" % "5.14.0") // Projects and settings