Skip to content

Commit

Permalink
Update commons-lang3 to 3.14.0 (#382)
Browse files Browse the repository at this point in the history
Co-authored-by: scala-steward[bot] <417002+ etspaceman-scala-steward-app[bot]@users.noreply.github.com>
  • Loading branch information
etspaceman-scala-steward-app[bot] and scala-steward[bot] authored Dec 14, 2023
1 parent ad3c42b commit 2ac0ba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/LibraryDependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import sbt._
object LibraryDependencies {
val ScalaCheck = "org.scalacheck" %% "scalacheck" % "1.17.0"
val TypesafeConfig = "com.typesafe" % "config" % "1.4.3"
val ApacheCommons = "org.apache.commons" % "commons-lang3" % "3.13.0"
val ApacheCommons = "org.apache.commons" % "commons-lang3" % "3.14.0"
val KindProjector = "org.typelevel" % "kind-projector" % "0.13.2"
val PureConfig = "com.github.pureconfig" %% "pureconfig-core" % "0.17.4"
val ScalaParsingCombinators =
Expand Down

0 comments on commit 2ac0ba5

Please sign in to comment.