Skip to content

Commit

Permalink
Update slf4j-log4j12 to 2.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jan 13, 2024
1 parent 960a8dc commit d4067a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ libraryDependencies ++= {
"org.apache.jena" % "jena-core" % jenaVersion,
"org.apache.jena" % "jena-arq" % jenaVersion,
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.5",
"org.slf4j" % "slf4j-log4j12" % "2.0.9" % Test,
"org.slf4j" % "slf4j-log4j12" % "2.0.11" % Test,
"org.semanticweb.elk" % "elk-owlapi" % "0.4.3" % Test,
"com.lihaoyi" %% "utest" % "0.8.1" % Test
)
Expand Down

0 comments on commit d4067a0

Please sign in to comment.