Skip to content

Commit

Permalink
Update commons-io to 2.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gu-scala-steward-public-repos[bot] committed Nov 20, 2024
1 parent 8f8e554 commit 8aa1876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ object Dependencies {
"com.fasterxml.jackson.datatype" % "jackson-datatype-jsr310" % jacksonVersion
val jacksonCore = "com.fasterxml.jackson.core" % "jackson-core" % jacksonVersion
val log4j = "org.apache.logging.log4j" % "log4j-slf4j-impl" % log4j2Version
val commonsIo = "commons-io" % "commons-io" % "2.17.0"
val commonsIo = "commons-io" % "commons-io" % "2.18.0"
val scanamo = "org.scanamo" %% "scanamo" % "3.0.0"
val okHttp = "com.squareup.okhttp3" % "okhttp" % "4.12.0"
val specsCore = "org.specs2" %% "specs2-core" % specsVersion % "test"
Expand Down

0 comments on commit 8aa1876

Please sign in to comment.