From 5490dd6635af03544326efa9b6733daa9fdc9fa4 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 6 Nov 2025 02:51:36 +0000 Subject: [PATCH] Update commons-codec to 1.20.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ccd6061..e8dfdf7 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.20.0" , "org.scalatest" %% "scalatest" % "3.2.18" % Test )