From 9c5bfad6a9b35c67dded6f17bc4cefe6e32e2cd0 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 12 Apr 2025 18:35:56 +0000 Subject: [PATCH] Update commons-text to 1.13.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4d0d3e0..d92d917 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.0", + "org.apache.commons" % "commons-text" % "1.13.1", "org.scala-lang.modules" %% "scala-xml" % "2.3.0", "org.scala-lang.modules" %% "scala-parallel-collections" % "1.2.0", )