From ada82fcb8c32db182de45112d7a55fea40c52f14 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 12 Jun 2026 15:51:15 +0000 Subject: [PATCH] Update json-schema-validator to 3.0.4 Signed-off-by: Scala Steward --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index a423e538..9a9f64c5 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -12,7 +12,7 @@ object Dependencies { lazy val fuzzySets = "io.github.dataunitylab" %% "fuzzy-sets" % "0.5.1" lazy val hyperLogLog = "com.github.prasanthj" % "hyperloglog" % "1.1" lazy val jsonSchemaValidator = - "com.networknt" % "json-schema-validator" % "2.0.1" + "com.networknt" % "json-schema-validator" % "3.0.4" lazy val openLocationCode = "com.google.openlocationcode" % "openlocationcode" % "1.0.4" lazy val scopt = "com.github.scopt" %% "scopt" % "4.1.0"