From 792f3b789e60819204bcbf8dd2349b80cf63e617 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:36 +0000 Subject: [PATCH] Update junit-platform-engine, ... to 6.1.2 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index ef532ce..dc9140f 100644 --- a/build.sbt +++ b/build.sbt @@ -43,8 +43,8 @@ lazy val `rsocket-consul-java` = (project in file(".")) "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.platform" % "junit-platform-engine" % "6.1.1" % Test, - "org.junit.platform" % "junit-platform-launcher" % "6.1.1" % Test, + "org.junit.platform" % "junit-platform-engine" % "6.1.2" % Test, + "org.junit.platform" % "junit-platform-launcher" % "6.1.2" % Test, "net.aichler" % "jupiter-interface" % JupiterKeys.jupiterVersion.value % Test, "org.mockito" % "mockito-core" % "5.23.0" % Test, "io.projectreactor" % "reactor-test" % "3.8.6" % Test,