From 9b577a8955295084590097d98555b05f966092cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Deleuze?= Date: Thu, 29 Sep 2022 10:27:40 +0200 Subject: [PATCH] Upgrade to SLF4J 2.0.2 and Log4j 2.19.0 Closes gh-29152 Closes gh-29217 --- framework-platform/framework-platform.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/framework-platform/framework-platform.gradle b/framework-platform/framework-platform.gradle index 404f9809bd2..903790ba5cf 100644 --- a/framework-platform/framework-platform.gradle +++ b/framework-platform/framework-platform.gradle @@ -14,7 +14,7 @@ dependencies { api(platform("io.projectreactor:reactor-bom:2022.0.0-M6")) api(platform("io.rsocket:rsocket-bom:1.1.3")) api(platform("org.apache.groovy:groovy-bom:4.0.5")) - api(platform("org.apache.logging.log4j:log4j-bom:2.18.0")) + api(platform("org.apache.logging.log4j:log4j-bom:2.19.0")) api(platform("org.eclipse.jetty:jetty-bom:11.0.11")) api(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.6.4")) api(platform("org.jetbrains.kotlinx:kotlinx-serialization-bom:1.4.0")) @@ -133,7 +133,7 @@ dependencies { api("org.seleniumhq.selenium:htmlunit-driver:2.63.0") api("org.seleniumhq.selenium:selenium-java:3.141.59") api("org.skyscreamer:jsonassert:1.5.0") - api("org.slf4j:slf4j-api:1.7.36") + api("org.slf4j:slf4j-api:2.0.2") api("org.testng:testng:7.6.1") api("org.webjars:underscorejs:1.8.3") api("org.webjars:webjars-locator-core:0.48")