Skip to content

Commit

Permalink
Merge pull request #2575 from eikek/update/commons-io-2.16.0
Browse files Browse the repository at this point in the history
Update commons-io to 2.16.0
  • Loading branch information
mergify[bot] authored Mar 29, 2024
2 parents e27a4d6 + 93a320b commit 8001bbd
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 @@ -219,7 +219,7 @@ object Dependencies {
"org.apache.tika" % "tika-core" % TikaVersion
)
val commonsIO = Seq(
"commons-io" % "commons-io" % "2.15.1"
"commons-io" % "commons-io" % "2.16.0"
)
val tikaParser = Seq(
"org.apache.tika" % "tika-parsers" % TikaVersion
Expand Down

0 comments on commit 8001bbd

Please sign in to comment.