From 49d276e96ac3ab9cb43a8425f3ef6810a31d6f97 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 27 Mar 2020 19:21:46 +0100 Subject: [PATCH] Update commons-lang3 to 3.10 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 684714ad9..175f2c252 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.9" % Test, + libraryDependencies += "org.apache.commons" % "commons-lang3" % "3.10" % Test, libraryDependencies ++= { if (isDotty.value) Seq()