From 09b1e86fc7a97640a4b6df43215de55ca61afd21 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 30 Oct 2023 19:14:57 +0000 Subject: [PATCH] Update commons-text to 1.11.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4c3ddff..7349d2a 100644 --- a/build.sbt +++ b/build.sbt @@ -47,7 +47,7 @@ libraryDependencies ++= { "org.http4s" %% "http4s-circe" % http4sVersion, "org.apache.jena" % "apache-jena-libs" % "4.6.1", "org.phenoscape" %% "sparql-utils" % "1.3.1", - "org.apache.commons" % "commons-text" % "1.10.0", + "org.apache.commons" % "commons-text" % "1.11.0", "commons-codec" % "commons-codec" % "1.15", "io.circe" %% "circe-core" % circeVersion, "io.circe" %% "circe-generic" % circeVersion,