Skip to content

Commit

Permalink
Update commons-lang3 to 3.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and SethTisue committed Sep 22, 2023
1 parent 952d94c commit 018e813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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",

Expand Down

0 comments on commit 018e813

Please sign in to comment.