From fda509e0a537dffbc7974eaa40181137ce69c9f9 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 22 Oct 2024 22:01:19 +0000 Subject: [PATCH] Update junit-jupiter-engine, ... to 5.11.3 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index e81be98..3585d44 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -1,7 +1,7 @@ import sbt.* object Dependencies { - val junitJupiterVer = "5.11.0" + val junitJupiterVer = "5.11.3" // based on https://github.com/junit-team/junit5/releases/tag/r5.10.3 etc // The platform version seems to be "1." of the corresponding JUnit 5.x version. def junitPlatformVer = junitJupiterVer.replaceFirst("""^5\.""", "1.")