From 0cdda2db007e59692fc727f882d035320b8302bc Mon Sep 17 00:00:00 2001 From: "scala-steward-asf[bot]" <147768647+scala-steward-asf[bot]@users.noreply.github.com> Date: Thu, 11 Sep 2025 14:25:10 +0000 Subject: [PATCH] Update caffeine to 3.2.2 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index f4cf6431c..f708ca52a 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -62,7 +62,7 @@ object Dependencies { // For pekko-http-testkit-java val junit = "junit" % "junit" % junitVersion - val caffeine = "com.github.ben-manes.caffeine" % "caffeine" % "2.9.3" + val caffeine = "com.github.ben-manes.caffeine" % "caffeine" % "3.2.2" val scalafix = "ch.epfl.scala" %% "scalafix-core" % Dependencies.scalafixVersion