Skip to content

Commit 8001bbd

Browse files
authored
Merge pull request #2575 from eikek/update/commons-io-2.16.0
Update commons-io to 2.16.0
2 parents e27a4d6 + 93a320b commit 8001bbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ object Dependencies {
219219
"org.apache.tika" % "tika-core" % TikaVersion
220220
)
221221
val commonsIO = Seq(
222-
"commons-io" % "commons-io" % "2.15.1"
222+
"commons-io" % "commons-io" % "2.16.0"
223223
)
224224
val tikaParser = Seq(
225225
"org.apache.tika" % "tika-parsers" % TikaVersion

0 commit comments

Comments
 (0)