From 0a4ff66120ed54e11f7889fb6ef702226704941d Mon Sep 17 00:00:00 2001 From: "dwolla-oss-scala-steward[bot]" <212073+dwolla-oss-scala-steward[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 16:18:10 +0000 Subject: [PATCH] Update junit-jupiter to 6.1.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ef532ce..b39868a 100644 --- a/build.sbt +++ b/build.sbt @@ -42,7 +42,7 @@ lazy val `rsocket-consul-java` = (project in file(".")) "org.asynchttpclient" % "async-http-client" % "3.0.11", "com.google.code.gson" % "gson" % "2.14.0", "org.slf4j" % "slf4j-api" % "2.0.18", - "org.junit.jupiter" % "junit-jupiter" % "6.1.1" % Test, + "org.junit.jupiter" % "junit-jupiter" % "6.1.3" % Test, "org.junit.platform" % "junit-platform-engine" % "6.1.1" % Test, "org.junit.platform" % "junit-platform-launcher" % "6.1.1" % Test, "net.aichler" % "jupiter-interface" % JupiterKeys.jupiterVersion.value % Test,