From cd75124ea93ad023f6403f4e431aaa9752cf73f1 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 1 Feb 2026 13:09:31 +0000 Subject: [PATCH] Update commons-codec to 1.21.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ccd6061..5806546 100644 --- a/build.sbt +++ b/build.sbt @@ -18,7 +18,7 @@ crossScalaVersions := Seq("2.13.14", "2.12.19", "3.3.3") libraryDependencies ++= Seq( "com.typesafe" % "config" % "1.4.3", - "commons-codec" % "commons-codec" % "1.15" , + "commons-codec" % "commons-codec" % "1.21.0" , "org.scalatest" %% "scalatest" % "3.2.18" % Test )