Skip to content

Commit

Permalink
Update commons-io to 2.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-asf[bot] committed Sep 22, 2024
1 parent dc459fd commit 6506780
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 @@ -61,7 +61,7 @@ object Dependencies {
"com.fasterxml.jackson.core" % "jackson-core" % jacksonVersion % Test,
"com.fasterxml.jackson.core" % "jackson-annotations" % jacksonVersion % Test,
"com.fasterxml.jackson.core" % "jackson-databind" % jacksonVersion % Test,
"commons-io" % "commons-io" % "2.16.1" % Test,
"commons-io" % "commons-io" % "2.17.0" % Test,
"commons-fileupload" % "commons-fileupload" % "1.5" % Test,
"com.jayway.jsonpath" % "json-path" % "2.9.0" % Test)

Expand Down

0 comments on commit 6506780

Please sign in to comment.