Skip to content

Commit b6706e6

Browse files
committed
Revert upgrading of slf4j dependencies
Reason for revert: https://issues.apache.org/jira/browse/LOG4J2-3139
1 parent 944aad2 commit b6706e6

File tree

2 files changed

+71
-71
lines changed

2 files changed

+71
-71
lines changed

‎java/maven_deps.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ def selenium_java_deps():
6969
"org.hamcrest:hamcrest:2.2",
7070
"org.hsqldb:hsqldb:2.6.1",
7171
"org.mockito:mockito-core:4.1.0",
72-
"org.slf4j:slf4j-api:2.0.0-alpha5",
73-
"org.slf4j:slf4j-jdk14:2.0.0-alpha5",
72+
"org.slf4j:slf4j-api:1.7.32",
73+
"org.slf4j:slf4j-jdk14:1.7.32",
7474
"org.testng:testng:7.4.0",
7575
"org.zeromq:jeromq:0.5.2",
7676
"xyz.rogfam:littleproxy:2.0.5",

0 commit comments

Comments
 (0)