Skip to content

Commit

Permalink
Update commons-io to 2.13.0 (#283)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jun 11, 2023
1 parent 92ed38c commit 8bbd5db
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 @@ -95,7 +95,7 @@ lazy val commonSettings = Seq(
"org.graalvm.js" % "js" % "22.3.2",
"com.fasterxml.jackson.core" % "jackson-databind" % "2.14.2",
"com.atlassian.sourcemap" % "sourcemap" % "2.0.0",
"commons-io" % "commons-io" % "2.11.0",
"commons-io" % "commons-io" % "2.13.0",
"org.slf4j" % "slf4j-api" % "2.0.7",
"org.apache.logging.log4j" % "log4j-slf4j2-impl" % "2.20.0" % Optional,
"org.apache.logging.log4j" % "log4j-core" % "2.20.0" % Optional,
Expand Down

0 comments on commit 8bbd5db

Please sign in to comment.