From 2599963f8a744f2c640baa2d8dff3b5bd4bda908 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 17:39:36 +0000 Subject: [PATCH] Update logback-version to v1.6.0 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index b48114e70..ad6b937b1 100644 --- a/project.clj +++ b/project.clj @@ -97,7 +97,7 @@ ["--illegal-access=deny"])) (def i18n-version "1.0.4") -(def logback-version "1.5.38") +(def logback-version "1.6.0") ;; NOTE: Use the 2.21.z release series of Jackson. The Cheshire JSON ;; library requires 2.x and 2.21 is the current LTS as of 2026. ;;