Skip to content

Commit

Permalink
Update commons-lang3 to 3.17.0 (#2385)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Aug 31, 2024
1 parent e0715dc commit 011ae34
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 @@ -184,7 +184,7 @@ lazy val core = project
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-core" % jsoniterVersion % Optional,
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % jsoniterVersion % Provided,
"org.playframework" %% "play-json" % playJsonVersion % Optional,
"org.apache.commons" % "commons-lang3" % "3.16.0" % Test
"org.apache.commons" % "commons-lang3" % "3.17.0" % Test
)
)
.dependsOn(macros)
Expand Down

0 comments on commit 011ae34

Please sign in to comment.