From c39ba531625eb3b13045ac5ec84546fb43a86064 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 07:07:20 +0000 Subject: [PATCH] chore(deps): update logback-version to v1.5.32 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index c53ed8c90..98d3928a4 100644 --- a/project.clj +++ b/project.clj @@ -15,7 +15,7 @@ (def slf4j-version "2.0.17") (def i18n-version "1.0.3") -(def logback-version "1.3.16") +(def logback-version "1.5.32") (def jackson-version "2.21.1") ;; DO NOT UPGRADE PAST 1.14+! In 1.15.x, Content-Length is added to the ;; response headers automatically rather than transferring it chunked,