From b66e0dfd4c4c96d4a772b13f04c8f6a747b70ca9 Mon Sep 17 00:00:00 2001 From: "scala-steward-asf[bot]" <147768647+scala-steward-asf[bot]@users.noreply.github.com> Date: Sun, 6 Oct 2024 00:04:25 +0000 Subject: [PATCH] Update junit-jupiter-engine to 5.11.2 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 72617bbb18..6241ba16ab 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -27,7 +27,7 @@ object Dependencies { .withRank(KeyRanks.Invisible) // avoid 'unused key' warning val junitVersion = "4.13.2" - val junit5Version = "5.11.1" + val junit5Version = "5.11.2" val slf4jVersion = "2.0.16" // check agrona version when updating this val aeronVersion = "1.45.0"