From 3a0794da4b526ff935c39fd226fff5fc40adfb14 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sun, 6 Jun 2021 20:25:52 +0200 Subject: [PATCH] Upgrade to JBoss Logging 3.4.2.Final Closes gh-26780 --- 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 7a29f71e2c..88f74a878e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -798,7 +798,7 @@ bom { ] } } - library("JBoss Logging", "3.4.1.Final") { + library("JBoss Logging", "3.4.2.Final") { group("org.jboss.logging") { modules = [ "jboss-logging"