From 2f139a2fa7cf3a9706a4008eaca6a918c3e13811 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 30 Jul 2024 01:35:43 +0000 Subject: [PATCH] Update commons-codec to 1.17.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ead1190..659a362 100644 --- a/build.sbt +++ b/build.sbt @@ -19,7 +19,7 @@ lazy val jacocoPlugin = (project in file(".")) "com.jsuereth" %% "scala-arm" % "2.0", "com.fasterxml.jackson.core" % "jackson-core" % "2.17.2", "org.scalaj" %% "scalaj-http" % "2.4.2", - "commons-codec" % "commons-codec" % "1.17.0", + "commons-codec" % "commons-codec" % "1.17.1", "org.eclipse.jgit" % "org.eclipse.jgit" % "5.13.3.202401111512-r", "org.scalatest" %% "scalatest" % "3.2.19" % Test, "org.mockito" % "mockito-core" % "4.11.0" % Test