From 874e100578eb060be9be82306d97e8ffaf373f7b Mon Sep 17 00:00:00 2001 From: "scala-steward-asf[bot]" <147768647+scala-steward-asf[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 09:56:56 +0100 Subject: [PATCH] Update junit-jupiter-engine to 5.10.1 (#789) * Update junit-jupiter-engine to 5.10.1 * Revert commit(s) e4793bb651 * Update junit-jupiter-engine to 5.10.1 --------- 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 b87cf9996a6..b6de72db840 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -22,7 +22,7 @@ object Dependencies { .withRank(KeyRanks.Invisible) // avoid 'unused key' warning val junitVersion = "4.13.2" - val junit5Version = "5.10.0" + val junit5Version = "5.10.1" val slf4jVersion = "2.0.9" // check agrona version when updating this val aeronVersion = "1.42.1"