From 426f500aa7dcf17685c096cc3c66299b1b2d8130 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 23 Jul 2025 14:46:47 +0000 Subject: [PATCH] Update commons-codec to 1.19.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ccd6061..889ddbd 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.19.0" , "org.scalatest" %% "scalatest" % "3.2.18" % Test )