From d36d534636da01c8455f38d98ffc7c60576a5177 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, 21 Nov 2025 00:45:57 +0000 Subject: [PATCH] Update junit-platform-engine, ... to 1.14.1 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 0dc0962..e0918de 100644 --- a/build.sbt +++ b/build.sbt @@ -54,8 +54,8 @@ lazy val `rsocket-consul-java` = (project in file(".")) "com.google.code.gson" % "gson" % "2.13.1", "org.slf4j" % "slf4j-api" % "2.0.17", "org.junit.jupiter" % "junit-jupiter" % "5.13.4" % Test, - "org.junit.platform" % "junit-platform-engine" % "1.13.4" % Test, - "org.junit.platform" % "junit-platform-launcher" % "1.13.4" % Test, + "org.junit.platform" % "junit-platform-engine" % "1.14.1" % Test, + "org.junit.platform" % "junit-platform-launcher" % "1.14.1" % Test, "net.aichler" % "jupiter-interface" % JupiterKeys.jupiterVersion.value % Test, "org.mockito" % "mockito-core" % "5.20.0" % Test, "org.slf4j" % "slf4j-nop" % "2.0.17" % Test,