Skip to content

Commit

Permalink
Update commons-lang3 to 3.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jan 28, 2024
1 parent 1bf2dca commit 9962102
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lock.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ Compile / dependencyOverrides ++= {
"nl.grons" % "metrics4-scala_2.12" % "4.2.9",
"nu.validator.htmlparser" % "htmlparser" % "1.4",
"org.apache.commons" % "commons-email" % "1.5",
"org.apache.commons" % "commons-lang3" % "3.13.0",
"org.apache.commons" % "commons-lang3" % "3.14.0",
"org.apache.httpcomponents" % "httpasyncclient" % "4.1.2",
"org.apache.httpcomponents" % "httpclient" % "4.5.2",
"org.apache.httpcomponents" % "httpcore" % "4.4.5",
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ object Dependencies {
val rediscala = "com.github.etaty" %% "rediscala" % "1.9.0"

val apacheCommonsEmail = "org.apache.commons" % "commons-email" % "1.5"
val apacheCommonsLang3 = "org.apache.commons" % "commons-lang3" % "3.13.0"
val apacheCommonsLang3 = "org.apache.commons" % "commons-lang3" % "3.14.0"

// Does v1.25 recognize .woff and .woff2 file extensions? Then can remove
// extra checks in module ty-core. [5AKR20]
Expand Down

0 comments on commit 9962102

Please sign in to comment.