Skip to content

Commit d67d3b8

Browse files
scala-stewardmichaelmior
authored andcommitted
Update commons-validator to 1.10.0
Signed-off-by: Scala Steward <[email protected]>
1 parent 0dcc7a1 commit d67d3b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ object Dependencies {
1919
lazy val scalaCsv = "com.github.tototoshi" %% "scala-csv" % "2.0.0"
2020
lazy val spark = "org.apache.spark" %% "spark-core" % "3.5.3"
2121
lazy val sparkSql = "org.apache.spark" %% "spark-sql" % "3.5.3"
22-
lazy val validator = "commons-validator" % "commons-validator" % "1.9.0"
22+
lazy val validator = "commons-validator" % "commons-validator" % "1.10.0"
2323

2424
// Test
2525
lazy val jazzer = "com.code-intelligence" % "jazzer" % "0.22.1"

0 commit comments

Comments
 (0)