From f4b89aab3b16fdae2794a4726cbd4688f81a5fd0 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Thu, 28 May 2026 00:46:43 +0000 Subject: [PATCH] Update json-schema-validator to 3.0.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b3c5289..ec5f477 100644 --- a/build.sbt +++ b/build.sbt @@ -49,7 +49,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.2" % Test + "com.networknt" % "json-schema-validator" % "3.0.3" % Test ) )