From f80758f73980df10cbed2fe790a967b725d1d481 Mon Sep 17 00:00:00 2001 From: "dwolla-oss-scala-steward[bot]" <212073+dwolla-oss-scala-steward[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 16:36:44 +0000 Subject: [PATCH] Update reactor-test to 3.8.6 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index d364cec..f64e20a 100644 --- a/build.sbt +++ b/build.sbt @@ -58,7 +58,7 @@ lazy val `rsocket-consul-java` = (project in file(".")) "org.junit.platform" % "junit-platform-launcher" % "1.14.4" % Test, "net.aichler" % "jupiter-interface" % JupiterKeys.jupiterVersion.value % Test, "org.mockito" % "mockito-core" % "5.23.0" % Test, - "io.projectreactor" % "reactor-test" % "3.4.41" % Test, + "io.projectreactor" % "reactor-test" % "3.8.6" % Test, "org.slf4j" % "slf4j-nop" % "2.0.17" % Test, ) },