Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

Update log4j-api, log4j-core, ... to 2.18.0 #218

Merged
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 @@ -22,7 +22,7 @@ lazy val zioRedisVersion = "0.0.0+381-86c20614-SNAPSHOT" // 实验
lazy val zioSchemaVersion = "0.1.9"
lazy val scalaLoggingVersion = "3.9.5"
lazy val playJsonVersion = "2.7.4"
lazy val log4jVersion = "2.17.2"
lazy val log4jVersion = "2.18.0"
lazy val jacksonScalaVersion = "2.13.3"
lazy val scalaCollectionCompatVersion = "2.7.0"

Expand Down