From aa89a32445a1c2f8e7e2e3946bf43b561859b59b Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Fri, 28 Jul 2023 04:07:23 +0000 Subject: [PATCH] Update commons-lang3 to 3.13.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 84a1d28e..666f5dbc 100644 --- a/build.sbt +++ b/build.sbt @@ -96,7 +96,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform) .jvmSettings( Test / fork := true, libraryDependencies ++= Seq( - "org.apache.commons" % "commons-lang3" % "3.12.0" % Test, + "org.apache.commons" % "commons-lang3" % "3.13.0" % Test, "org.scala-sbt" % "test-interface" % "1.0" ) )