From 49d69aa3b13f99f972196db4bd5960a309dcac06 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Mon, 24 Aug 2026 00:16:51 +0000 Subject: [PATCH] Update json-schema-validator to 3.0.7 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 0281d68..39d1472 100644 --- a/build.sbt +++ b/build.sbt @@ -75,7 +75,7 @@ lazy val core: Project = (project in file("core")) "io.circe" %% "circe-generic" % circeV, "io.circe" %% "circe-parser" % circeV, "org.slf4j" % "slf4j-api" % slf4jV, - "com.networknt" % "json-schema-validator" % "3.0.6" % Test + "com.networknt" % "json-schema-validator" % "3.0.7" % Test ) )