From e534b688d28ac814c63576ff349b37db784215e2 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 16 Jul 2020 17:20:04 +0200 Subject: [PATCH] Update commons-lang3 to 3.11 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c13c9caea..228b35378 100644 --- a/build.sbt +++ b/build.sbt @@ -153,7 +153,7 @@ lazy val xml = crossProject(JSPlatform, JVMPlatform) libraryDependencies += "junit" % "junit" % "4.13" % Test, libraryDependencies += "com.novocode" % "junit-interface" % "0.11" % Test, - libraryDependencies += "org.apache.commons" % "commons-lang3" % "3.10" % Test, + libraryDependencies += "org.apache.commons" % "commons-lang3" % "3.11" % Test, libraryDependencies ++= { if (isDotty.value) Seq()