From 63590e9e3e83d83bc35de6d9c291bf0a820de3f8 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 8 May 2024 08:29:36 +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 4c3ddff..0a912fe 100644 --- a/build.sbt +++ b/build.sbt @@ -48,7 +48,7 @@ libraryDependencies ++= { "org.apache.jena" % "apache-jena-libs" % "4.6.1", "org.phenoscape" %% "sparql-utils" % "1.3.1", "org.apache.commons" % "commons-text" % "1.10.0", - "commons-codec" % "commons-codec" % "1.15", + "commons-codec" % "commons-codec" % "1.17.0", "io.circe" %% "circe-core" % circeVersion, "io.circe" %% "circe-generic" % circeVersion, "io.circe" %% "circe-parser" % circeVersion,