This is an automated email from the ASF dual-hosted git repository.
pjfanning pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-http.git
The following commit(s) were added to refs/heads/main by this push:
new eacdf3a62 Update caffeine to 3.2.4 (#1026)
eacdf3a62 is described below
commit eacdf3a62c919f16e4a3771a8c6bc20bcf375c84
Author: Scala Steward <[email protected]>
AuthorDate: Sun May 3 17:28:23 2026 +0200
Update caffeine to 3.2.4 (#1026)
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 27eb7f6d8..556b2a56b 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -63,7 +63,7 @@ object Dependencies {
// For pekko-http-jackson3 support
val jacksonDatabind3 = "tools.jackson.core" % "jackson-databind" %
jacksonDatabind3Version
- val caffeine = "com.github.ben-manes.caffeine" % "caffeine" % "3.2.3"
+ val caffeine = "com.github.ben-manes.caffeine" % "caffeine" % "3.2.4"
val scalafix = "ch.epfl.scala" %% "scalafix-core" %
Dependencies.scalafixVersion
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]