From 725c8610f19f63ba24eb9a7b49aafdc8267c37eb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 4 Feb 2024 09:31:43 +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 4021d1a..0c59175 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.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.junit.jupiter" % "junit-jupiter" % "5.10.2" % Test, // aggregator of junit-jupiter-api and junit-jupiter-engine (runtime) + "org.junit.jupiter" % "junit-jupiter-engine" % "5.10.2" % Test, // for org.junit.platform + "org.junit.vintage" % "junit-vintage-engine" % "5.10.2" % Test, + "org.junit.platform" % "junit-platform-launcher" % "1.10.2" % Test, "org.scalatest" %% "scalatest" % "3.2.17" % Test ) \ No newline at end of file