Skip to content

Commit a8f0105

Browse files
committed
Update commons-io to 2.21.0
1 parent c8915fb commit a8f0105

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
@@ -108,7 +108,7 @@ object Dependencies {
108108
val CommonsCodecV = "1.17.1"
109109
val CommonsCompressV = "1.27.1"
110110
val CommonsLang3V = "3.17.0"
111-
val CommonsIoV = "2.18.0"
111+
val CommonsIoV = "2.21.0"
112112

113113
val codec = "commons-codec" % "commons-codec" % CommonsCodecV
114114
val io = "commons-io" % "commons-io" % CommonsIoV

0 commit comments

Comments
 (0)