Skip to content

Commit 9032abc

Browse files
chore(deps): update dependency commons-io:commons-io to v2.21.0
1 parent d8fb492 commit 9032abc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ lazy val core = (project in file("."))
128128
.settings(
129129
commonSettings,
130130
libraryDependencies ++= Seq(
131-
"commons-io" % "commons-io" % "2.18.0",
131+
"commons-io" % "commons-io" % "2.21.0",
132132
"org.eclipse.jetty" % "jetty-server" % jettyTestVersion % Test,
133133
"org.eclipse.jetty" % "jetty-servlet" % jettyTestVersion % Test,
134134
"org.typelevel" %% "cats-effect" % catsEffectVersion,

0 commit comments

Comments
 (0)