From 4256f31d15188f1a4118de6ec89b168a90a0e282 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 02:57:07 +0000 Subject: [PATCH] Update spring-core to 6.2.19 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 155f0224d1c7..d111f01a5b1c 100644 --- a/build.sbt +++ b/build.sbt @@ -667,7 +667,7 @@ lazy val benchmarks = project.module "org.scalacheck" %% "scalacheck" % ScalaCheckVersion, "qa.hedgehog" %% "hedgehog-core" % "0.13.0", "com.github.japgolly.nyaya" %% "nyaya-gen" % nyanaVersion, - "org.springframework" % "spring-core" % "6.2.12" + "org.springframework" % "spring-core" % "6.2.19" ) }, excludeDependencies ++= {