From 3a22f3a180ae548670900bf579d4ea2ff9d0b3ae Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Wed, 7 Aug 2024 17:06:49 +0000 Subject: [PATCH] Update commons-lang3 to 3.16.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index bb64185..ee1787b 100644 --- a/build.sbt +++ b/build.sbt @@ -18,7 +18,7 @@ lazy val root = (project in file(".")).settings( ), libraryDependencies ++= Seq( "commons-io" % "commons-io" % "2.16.1", - "org.apache.commons" % "commons-lang3" % "3.15.0", + "org.apache.commons" % "commons-lang3" % "3.16.0", "org.scalameta" %% "scalameta" % "4.9.7", "com.lihaoyi" %% "utest" % "0.8.4" % Test, "org.scalatest" %% "scalatest-funspec" % "3.2.18" % Test,