From 96e327d78bb029792b24b716ee093cddd14559bb Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 7 May 2024 18:05:05 +0000 Subject: [PATCH] Update commons-codec to 1.17.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 1111317..93552f7 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.17.0" , "org.scalatest" %% "scalatest" % "3.2.18" % Test )