Skip to content

Commit 4f8054a

Browse files
authored
Merge pull request #2788 from eikek/update/commons-io-2.17.0
Update commons-io to 2.17.0
2 parents 9c06be8 + b82b792 commit 4f8054a

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.16.1"
222+
"commons-io" % "commons-io" % "2.17.0"
223223
)
224224
val tikaParser = Seq(
225225
"org.apache.tika" % "tika-parsers" % TikaVersion

0 commit comments

Comments
 (0)