Skip to content

Commit

Permalink
Upgrade Log4J
Browse files Browse the repository at this point in the history
  • Loading branch information
jcalonso committed Apr 22, 2022
1 parent b00c8db commit 6293f3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ enablePlugins(UniversalPlugin)

libraryDependencies ++= List(
"com.monovore" %% "decline" % "1.4.0",
"org.apache.logging.log4j" % "log4j-slf4j-impl" % "2.13.0",
"org.apache.logging.log4j" % "log4j-slf4j-impl" % "2.17.2",
)

mainClass in Compile := Some("io.idml.tool.IdmlTool")
Expand Down

0 comments on commit 6293f3d

Please sign in to comment.