From 94f7252c0722fb822e365ba2c0c1ebba9dd46199 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:20:22 +0000 Subject: [PATCH] Update junit-platform-engine, ... to 6.1.3 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index ef532ce..76c2a76 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.3" % Test, + "org.junit.platform" % "junit-platform-launcher" % "6.1.3" % 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,