From e32f92596fe770c0088618b13d7f8328b148746f Mon Sep 17 00:00:00 2001 From: "dwolla-oss-scala-steward[bot]" <212073+dwolla-oss-scala-steward[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 16:20:16 +0000 Subject: [PATCH] Update junit-jupiter to 6.1.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ef532ce..f2a58a2 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.2" % 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,