Skip to content

Commit

Permalink
Update commons-codec to 1.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jun 22, 2023
1 parent 1c6f456 commit 42fed8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -21,7 +21,7 @@ scalaVersion := crossScalaVersions.value.last

libraryDependencies ++= Seq(
"org.scalatest" %% "scalatest-funspec" % "3.2.16" % Test,
"commons-codec" % "commons-codec" % "1.15" % Test,
"commons-codec" % "commons-codec" % "1.16.0" % Test,
"io.netty" % "netty-codec" % "4.1.94.Final" % Test)

bintrayOrganization := Some("gn0s1s")
Expand Down

0 comments on commit 42fed8e

Please sign in to comment.