From 018e8137a523137a0cc7757550c66ad1b0d6b3c9 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 28 Jul 2023 22:33:49 +0000 Subject: [PATCH] Update commons-lang3 to 3.13.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9116383..1c565cc 100644 --- a/build.sbt +++ b/build.sbt @@ -59,7 +59,7 @@ lazy val scalaJava8Compat = (project in file(".")) libraryDependencies += "junit" % "junit" % "4.13.2" % "test", - libraryDependencies += "org.apache.commons" % "commons-lang3" % "3.12.0" % "test", + libraryDependencies += "org.apache.commons" % "commons-lang3" % "3.13.0" % "test", libraryDependencies += "com.github.sbt" % "junit-interface" % "0.13.3" % "test",