Skip to content

Commit aa29f63

Browse files
committed
Update commons-lang3 to 3.13.0
1 parent 84d7a9b commit aa29f63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ lazy val scalaJava8Compat = (project in file("."))
5959

6060
libraryDependencies += "junit" % "junit" % "4.13.2" % "test",
6161

62-
libraryDependencies += "org.apache.commons" % "commons-lang3" % "3.12.0" % "test",
62+
libraryDependencies += "org.apache.commons" % "commons-lang3" % "3.13.0" % "test",
6363

6464
libraryDependencies += "com.github.sbt" % "junit-interface" % "0.13.3" % "test",
6565

0 commit comments

Comments
 (0)