From e9859f7789aa1e207036b2a7d94fd9dafada3f37 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 10 Dec 2025 17:09:01 +0000 Subject: [PATCH] Update reactor-core to 3.8.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 43eb337c..d1c2817a 100644 --- a/build.sbt +++ b/build.sbt @@ -104,7 +104,7 @@ libraryDependencies ++= Seq( "org.apache.camel" % "camel-core" % "4.16.0", "org.apache.camel" % "camel-seda" % "4.16.0", "org.apache.camel" % "camel-reactive-streams" % "4.16.0", - "io.projectreactor" % "reactor-core" % "3.8.0", + "io.projectreactor" % "reactor-core" % "3.8.1", "io.reactivex.rxjava3" % "rxjava" % "3.1.12", "com.github.blemale" %% "scaffeine" % "5.3.0",