From d360cb63e0ce4bfb911a71dc3499ea7f2f31bad1 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Wed, 3 Mar 2021 21:48:42 +0100 Subject: [PATCH] Update commons-lang3 to 3.12.0 (#495) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 3b35e4d66..200aac178 100644 --- a/build.sbt +++ b/build.sbt @@ -165,7 +165,7 @@ lazy val xml = crossProject(JSPlatform, JVMPlatform, NativePlatform) libraryDependencies += "junit" % "junit" % "4.13.2" % Test, libraryDependencies += "com.novocode" % "junit-interface" % "0.11" % Test, - libraryDependencies += "org.apache.commons" % "commons-lang3" % "3.11" % Test, + libraryDependencies += "org.apache.commons" % "commons-lang3" % "3.12.0" % Test, libraryDependencies ++= { if (isDotty.value) Seq()