Skip to content

Commit

Permalink
Merge pull request #10623 from scala-steward/update/2.12.x/commons-la…
Browse files Browse the repository at this point in the history
…ng3-3.14.0

Update commons-lang3 to 3.14.0 in 2.12.x
  • Loading branch information
SethTisue committed Dec 7, 2023
2 parents 84f8668 + 97b8454 commit e576dde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/plugins.sbt
Expand Up @@ -7,7 +7,7 @@ scalacOptions ++= Seq(
"-Wconf:msg=IntegrationTest .* is deprecated:s,msg=itSettings .* is deprecated:s"
)

libraryDependencies += "org.apache.commons" % "commons-lang3" % "3.13.0"
libraryDependencies += "org.apache.commons" % "commons-lang3" % "3.14.0"

libraryDependencies += "org.pantsbuild" % "jarjar" % "1.7.2"

Expand Down

0 comments on commit e576dde

Please sign in to comment.