Skip to content

Commit

Permalink
chore(deps): update dependency commons-io:commons-io to v2.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 25, 2023
1 parent af39291 commit e619527
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Source/Server/equellaserver/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ libraryDependencies ++= Seq(
"commons-daemon" % "commons-daemon" % "1.3.4",
"commons-discovery" % "commons-discovery" % "0.5",
"commons-httpclient" % "commons-httpclient" % "3.1",
"commons-io" % "commons-io" % "2.13.0",
"commons-io" % "commons-io" % "2.15.0",
"commons-lang" % "commons-lang" % "2.6",
"com.github.equella.legacy" % "itunesu-api-java" % "1.7",
"com.github.equella.legacy" % "mets" % "1.0",
Expand Down
2 changes: 1 addition & 1 deletion Source/Tools/UpgradeInstallation/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ libraryDependencies ++= Seq(
"org.typelevel" %% "cats-core" % "2.10.0",
xstreamDep,
"commons-configuration" % "commons-configuration" % "1.10",
"commons-io" % "commons-io" % "2.13.0",
"commons-io" % "commons-io" % "2.15.0",
"commons-lang" % "commons-lang" % "2.6",
// Need these two jackson deps to allow processing log4j yaml config files.
jacksonDataBind,
Expand Down
2 changes: 1 addition & 1 deletion Source/Tools/UpgradeManager/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ libraryDependencies ++= Seq(
"org.antlr" % "stringtemplate" % "3.2.1",
"com.google.code.gson" % "gson" % "2.10.1",
"org.slf4j" % "jcl-over-slf4j" % "2.0.9",
"commons-io" % "commons-io" % "2.13.0",
"commons-io" % "commons-io" % "2.15.0",
log4j,
log4jCore,
log4jSlf4jImpl,
Expand Down

0 comments on commit e619527

Please sign in to comment.