From 8fd3a0b4d1f4f47d62068030cd9a9c7cc5a5acc1 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 9 Jul 2024 13:05:15 +0100 Subject: [PATCH] Upgrade to JBoss Logging 3.6.0.Final Closes gh-41409 --- 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 20c7f1fa7f..af4115a0a2 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -837,7 +837,7 @@ bom { ] } } - library("JBoss Logging", "3.5.3.Final") { + library("JBoss Logging", "3.6.0.Final") { group("org.jboss.logging") { modules = [ "jboss-logging"