From bef2dabc271ef5b328ff894c84fcaf87df9bda45 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 14 Dec 2023 14:11:04 +0000 Subject: [PATCH] Upgrade to Logback 1.4.14 Closes gh-38788 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index ad9ccc0fc7c6..e2c6078890cc 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -826,7 +826,7 @@ bom { ] } } - library("Logback", "1.4.11") { + library("Logback", "1.4.14") { group("ch.qos.logback") { modules = [ "logback-access",