From fb6e03702c9e58f60ac93e5aef9fd2a0db229d36 Mon Sep 17 00:00:00 2001 From: "scala-steward-asf[bot]" <147768647+scala-steward-asf[bot]@users.noreply.github.com> Date: Sun, 18 Aug 2024 02:04:18 +0100 Subject: [PATCH] Update junit-jupiter-engine to 5.11.0 (#1442) Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com> --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index c11fa1d250..033d40734f 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.10.3" + val junit5Version = "5.11.0" val slf4jVersion = "2.0.16" // check agrona version when updating this val aeronVersion = "1.44.1"