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