From 78290129964b9aba051a861065e70fa509dfa4ab Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 14:55:29 +0000 Subject: [PATCH] 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 54a9fba..e79090a 100644 --- a/project.clj +++ b/project.clj @@ -1,5 +1,5 @@ (def slf4j-version "2.0.17") -(def logback-version "1.3.16") +(def logback-version "1.5.32") (def i18n-version "1.0.3") (require '[clojure.string :as str]