Skip to content

Commit

Permalink
Update commons-codec to 1.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-gatling[bot] authored and slandelle committed Feb 19, 2024
1 parent 8afce9b commit 72bdd88
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 @@ -108,7 +108,7 @@ object Dependencies {
// Docs dependencies
private val commonsIo = "commons-io" % "commons-io" % "2.15.1"
private val commonsLang = "org.apache.commons" % "commons-lang3" % "3.14.0"
private val commonsCodec = "commons-codec" % "commons-codec" % "1.16.0"
private val commonsCodec = "commons-codec" % "commons-codec" % "1.16.1"

// format: ON
private val loggingDeps = Seq(slf4jApi, scalaLogging, logback)
Expand Down

0 comments on commit 72bdd88

Please sign in to comment.