Skip to content

Commit

Permalink
Update commons-lang3 to 3.15.0 (#2344)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Jul 22, 2024
1 parent 3ab9d6a commit e0171e6
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.14.0" % Test
"org.apache.commons" % "commons-lang3" % "3.15.0" % Test
)
)
.dependsOn(macros)
Expand Down

0 comments on commit e0171e6

Please sign in to comment.