Skip to content

Commit a50b40a

Browse files
scala-stewardmichaelmior
authored andcommitted
Update commons-validator to 1.10.1
Signed-off-by: Scala Steward <scala_steward@virtuslab.com>
1 parent fd5bb0c commit a50b40a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.6"
2121
lazy val sparkSql = "org.apache.spark" %% "spark-sql" % "3.5.6"
22-
lazy val validator = "commons-validator" % "commons-validator" % "1.10.0"
22+
lazy val validator = "commons-validator" % "commons-validator" % "1.10.1"
2323

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

0 commit comments

Comments
 (0)