Skip to content

Commit

Permalink
Update commons-codec to 1.17.1 (#439)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Jul 31, 2024
1 parent 895fed4 commit a550a36
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 @@ -15,7 +15,7 @@ object Dependencies {
"org.scala-lang" % "scala-library" % version
)

val commonsCodec = "commons-codec" % "commons-codec" % "1.16.1"
val commonsCodec = "commons-codec" % "commons-codec" % "1.17.1"
val commonsIO = "commons-io" % "commons-io" % "2.15.1"

val nuProcess = "com.zaxxer" % "nuprocess" % "2.0.6"
Expand Down

0 comments on commit a550a36

Please sign in to comment.