From 74783e966619fdefade312c8b35bf5006c3078ca Mon Sep 17 00:00:00 2001 From: "gu-scala-steward-public-repos[bot]" <108136057+gu-scala-steward-public-repos[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 15:53:09 +0000 Subject: [PATCH] Update commons-codec to 1.17.1 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index af95c19..95454b7 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -34,7 +34,7 @@ object Dependencies { val V30 = PlayVersion("30", "org.playframework", "3.0.4", usesPekko = true) } - val commonsCodec = "commons-codec" % "commons-codec" % "1.17.0" + val commonsCodec = "commons-codec" % "commons-codec" % "1.17.1" /** The google-api-services-admin-directory artifact has a transitive dependency on com.google.guava:guava-jdk5 - a * nasty artifact that clashes with the regular com.google.guava:guava artifact, providing two versions of the same