From 7d489dcacf216e77ceecdfdb694639b57a482865 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 2 Mar 2021 00:54:14 +0100 Subject: [PATCH] Update commons-lang3 to 3.12.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 0396985..4139006 100644 --- a/build.sbt +++ b/build.sbt @@ -66,7 +66,7 @@ lazy val scalaJava8Compat = (project in file(".")) libraryDependencies += "junit" % "junit" % "4.13.1" % "test", - libraryDependencies += "org.apache.commons" % "commons-lang3" % "3.11" % "test", + libraryDependencies += "org.apache.commons" % "commons-lang3" % "3.12.0" % "test", libraryDependencies += "com.novocode" % "junit-interface" % "0.11" % "test",