From 44945a319ffc5b55415f7f1e2e334b40ac000b1f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 Nov 2023 19:35:29 +0000 Subject: [PATCH] chore(deps): update junit5 monorepo --- build.sbt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.sbt b/build.sbt index 7dacf68..4021d1a 100644 --- a/build.sbt +++ b/build.sbt @@ -38,9 +38,9 @@ libraryDependencies ++= Seq( "com.typesafe.akka" %% "akka-actor-typed" % akkaVersion, "com.typesafe.akka" %% "akka-actor-testkit-typed" % akkaVersion % Test, "com.novocode" % "junit-interface" % "0.11" % Test, // sbt's test interface for JUnit 4 - "org.junit.jupiter" % "junit-jupiter" % "5.10.0" % Test, // aggregator of junit-jupiter-api and junit-jupiter-engine (runtime) - "org.junit.jupiter" % "junit-jupiter-engine" % "5.10.0" % Test, // for org.junit.platform - "org.junit.vintage" % "junit-vintage-engine" % "5.10.0" % Test, - "org.junit.platform" % "junit-platform-launcher" % "1.10.0" % Test, + "org.junit.jupiter" % "junit-jupiter" % "5.10.1" % Test, // aggregator of junit-jupiter-api and junit-jupiter-engine (runtime) + "org.junit.jupiter" % "junit-jupiter-engine" % "5.10.1" % Test, // for org.junit.platform + "org.junit.vintage" % "junit-vintage-engine" % "5.10.1" % Test, + "org.junit.platform" % "junit-platform-launcher" % "1.10.1" % Test, "org.scalatest" %% "scalatest" % "3.2.17" % Test ) \ No newline at end of file