Skip to content

Commit

Permalink
Update commons-text to 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Oct 12, 2024
1 parent 0143f92 commit 1084dc3
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 @@ -123,7 +123,7 @@ libraryDependencies ++= Seq(
)

// Overrides
dependencyOverrides += "org.apache.commons" % "commons-text" % "1.10.0"
dependencyOverrides += "org.apache.commons" % "commons-text" % "1.12.0"

// Note: we force snakeyaml version here because moultingyaml is not updated
dependencyOverrides += "org.yaml" % "snakeyaml" % "1.33"
Expand Down

0 comments on commit 1084dc3

Please sign in to comment.