Skip to content

Commit

Permalink
Update log4j-slf4j2-impl to 2.24.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and seblm committed Nov 28, 2024
1 parent 2a7cb3f commit ead6384
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ object Dependencies {
lazy val gson = "com.google.code.gson" % "gson" % "2.11.0"
lazy val `jgiven-core` = "com.tngtech.jgiven" % "jgiven-core" % jGivenVersion
lazy val `jgiven-html5-report` = "com.tngtech.jgiven" % "jgiven-html5-report" % jGivenVersion
lazy val `log4j-slf4j-impl` = "org.apache.logging.log4j" % "log4j-slf4j2-impl" % "2.24.1" % Test
lazy val `log4j-slf4j-impl` = "org.apache.logging.log4j" % "log4j-slf4j2-impl" % "2.24.2" % Test
lazy val scalatest = "org.scalatest" %% "scalatest" % "3.2.19"
lazy val `slf4j-api` = "org.slf4j" % "slf4j-api" % "2.0.16"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import sbt._

object Dependencies {

lazy val `log4j-slf4j-impl` = "org.apache.logging.log4j" % "log4j-slf4j2-impl" % "2.24.1"
lazy val `log4j-slf4j-impl` = "org.apache.logging.log4j" % "log4j-slf4j2-impl" % "2.24.2"
lazy val scalatest = "org.scalatest" %% "scalatest" % "3.2.19"

}

0 comments on commit ead6384

Please sign in to comment.