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 ++= {