Browse Source

Upgrade to SLF4J 2.0.2 and Log4j 2.19.0

Closes gh-29152
Closes gh-29217
pull/29220/head
Sébastien Deleuze 4 years ago
parent
commit
9b577a8955
  1. 4
      framework-platform/framework-platform.gradle

4
framework-platform/framework-platform.gradle

@ -14,7 +14,7 @@ dependencies { @@ -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 { @@ -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")

Loading…
Cancel
Save