Skip to content

Commit

Permalink
bump(geode tests): log4j-to-slf4j 2.17.2 (was 2.17.1) (#3091)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Feb 26, 2024
1 parent 2aa5505 commit b43bad7
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 @@ -197,7 +197,7 @@ object Dependencies {
.map("org.apache.geode" % _ % GeodeVersion) ++
Seq(
"com.chuusai" %% "shapeless" % "2.3.3",
"org.apache.logging.log4j" % "log4j-to-slf4j" % "2.17.1" % Test
"org.apache.logging.log4j" % "log4j-to-slf4j" % "2.17.2" % Test
) ++ JacksonDatabindDependencies
)

Expand Down

0 comments on commit b43bad7

Please sign in to comment.