From 8215b76b172e43e34a9ce9d5f449bb5d4c728f62 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, 20 Aug 2026 12:08:34 +0000 Subject: [PATCH] Update reactor-test to 3.8.7 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4e9fa85..1699ef4 100644 --- a/build.sbt +++ b/build.sbt @@ -47,7 +47,7 @@ lazy val `rsocket-consul-java` = (project in file(".")) "org.junit.platform" % "junit-platform-launcher" % "6.1.1" % 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, + "io.projectreactor" % "reactor-test" % "3.8.7" % Test, "org.slf4j" % "slf4j-nop" % "2.0.18" % Test, ) },