From 9c2c326101e67b0af36b744056919992b7cf4618 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 04:13:48 +0000 Subject: [PATCH] Update junit-jupiter to 5.14.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e0918de..c99f499 100644 --- a/build.sbt +++ b/build.sbt @@ -53,7 +53,7 @@ lazy val `rsocket-consul-java` = (project in file(".")) "org.asynchttpclient" % "async-http-client" % "2.12.4", "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.jupiter" % "junit-jupiter" % "5.14.1" % 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,