From d428c01d3acf76a7d2bb96313bbf8ef108b4867c Mon Sep 17 00:00:00 2001 From: Renovate Bot <renovate-fit-connect@fitko.de> Date: Sat, 10 Jun 2023 03:46:19 +0000 Subject: [PATCH] fix(deps): update dependency com.networknt:json-schema-validator to v1.0.84 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 2478e786b..f1a85a083 100644 --- a/pom.xml +++ b/pom.xml @@ -75,7 +75,7 @@ <apache-tika.version>2.8.0</apache-tika.version> <snakeyaml.version>2.0</snakeyaml.version> <open-csv.version>5.7.1</open-csv.version> - <json-schema-validator.version>1.0.83</json-schema-validator.version> + <json-schema-validator.version>1.0.84</json-schema-validator.version> <!-- Testing --> <junit.version>5.9.3</junit.version> -- GitLab