From 7d06cddfdb9eb813874b81db4f40f8a479b33a7f Mon Sep 17 00:00:00 2001 From: Scala steward Date: Mon, 15 Apr 2019 22:32:59 +0200 Subject: [PATCH] Update commons-lang3 to 3.9 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 1c80f046d..54e744115 100644 --- a/build.sbt +++ b/build.sbt @@ -63,7 +63,7 @@ lazy val xml = crossProject(JSPlatform, JVMPlatform) libraryDependencies += "junit" % "junit" % "4.12" % "test", libraryDependencies += "com.novocode" % "junit-interface" % "0.11" % "test", - libraryDependencies += "org.apache.commons" % "commons-lang3" % "3.5" % "test", + libraryDependencies += "org.apache.commons" % "commons-lang3" % "3.9" % "test", libraryDependencies += ("org.scala-lang" % "scala-compiler" % scalaVersion.value % "test").exclude("org.scala-lang.modules", s"scala-xml_${scalaBinaryVersion.value}") ) .jsSettings(