From b1d85f3c082be05be2c32b6348273a52212dad14 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 25 Jul 2025 19:02:09 +0000 Subject: [PATCH] Update commons-text to 1.14.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a64c9dd..09e83bc 100644 --- a/build.sbt +++ b/build.sbt @@ -5,7 +5,7 @@ scalacOptions ++= Seq("-feature", "-deprecation", "-Werror", "-source:future") libraryDependencies ++= Seq( "org.pegdown" % "pegdown" % "1.6.0", - "org.apache.commons" % "commons-text" % "1.13.1", + "org.apache.commons" % "commons-text" % "1.14.0", "org.scala-lang.modules" %% "scala-xml" % "2.4.0", "org.scala-lang.modules" %% "scala-parallel-collections" % "1.2.0", )