Skip to content

Commit

Permalink
Update slf4j-api, slf4j-log4j12 to 1.7.33
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jan 14, 2022
1 parent 1ff99e8 commit dd456d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ object Dependencies {
val parser = "io.chrisdavenport" %% "cormorant-parser" % V.cormorant
}

val slf4jApi = "org.slf4j" % "slf4j-api" % "1.7.32"
val slf4jLog4j = "org.slf4j" % "slf4j-log4j12" % "1.7.32" % "provided"
val slf4jApi = "org.slf4j" % "slf4j-api" % "1.7.33"
val slf4jLog4j = "org.slf4j" % "slf4j-log4j12" % "1.7.33" % "provided"
val log4j = "log4j" % "log4j" % "1.2.17" % "provided"

val log4CatsCore = log4cats("core")
Expand Down

0 comments on commit dd456d5

Please sign in to comment.