Skip to content

Commit

Permalink
Update commons-codec to 1.16.1 (#411)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored May 6, 2024
1 parent 0606289 commit 1dd4bfe
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.0"
val commonsCodec = "commons-codec" % "commons-codec" % "1.16.1"
val commonsIO = "commons-io" % "commons-io" % "2.15.0"

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

0 comments on commit 1dd4bfe

Please sign in to comment.