diff --git a/build.sbt b/build.sbt index c46c8afdc279..9ae689a717eb 100644 --- a/build.sbt +++ b/build.sbt @@ -659,7 +659,7 @@ lazy val benchmarks = project.module "org.scalacheck" %% "scalacheck" % ScalaCheckVersion, "qa.hedgehog" %% "hedgehog-core" % "0.12.0", "com.github.japgolly.nyaya" %% "nyaya-gen" % nyanaVersion, - "org.springframework" % "spring-core" % "6.2.5" + "org.springframework" % "spring-core" % "6.2.6" ) }, excludeDependencies ++= {