Skip to content

Commit

Permalink
bump: log4j-to-slf4j 2.24.3 (was 2.17.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Dec 15, 2024
1 parent 12d9f23 commit 79a1b8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ object Dependencies {
.map("org.apache.geode" % _ % GeodeVersion) ++
Seq(
"com.chuusai" %% "shapeless" % "2.3.12",
"org.apache.logging.log4j" % "log4j-to-slf4j" % "2.17.2" % Test
"org.apache.logging.log4j" % "log4j-to-slf4j" % "2.24.3" % Test
) ++ JacksonDatabindDependencies
)

Expand Down

0 comments on commit 79a1b8f

Please sign in to comment.