From 8a44d88a1a489256f878ea3da3823491244dfbe3 Mon Sep 17 00:00:00 2001 From: Scala steward Date: Thu, 11 Oct 2018 07:55:03 +0200 Subject: [PATCH] Update commons-lang3 to 3.8.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9d4e685..8b06540 100644 --- a/build.sbt +++ b/build.sbt @@ -50,7 +50,7 @@ lazy val root = (project in file(".")). libraryDependencies += "junit" % "junit" % "4.12" % "test", - libraryDependencies += "org.apache.commons" % "commons-lang3" % "3.4" % "test", + libraryDependencies += "org.apache.commons" % "commons-lang3" % "3.8.1" % "test", libraryDependencies += "com.novocode" % "junit-interface" % "0.11" % "test",