Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Upgrade log4j-api, log4j-core, ... from 2.22.1 to 2.23.0 #445

Merged
merged 1 commit into from
Feb 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ lazy val testDependencies = Seq(
"org.mockito" %% "mockito-scala" % "1.17.30" % Test
)

lazy val log4JVersion = "2.22.1"
lazy val log4JVersion = "2.23.0"

lazy val loggingDependencies = Seq(
// scala-logging wraps SLF4J, which can use log4j2
Expand Down
Loading