From 4915eb5da4188856279e0e9b2fc9e0bd8a93eddc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Jun 2026 02:06:21 +0000 Subject: [PATCH] Bump com.networknt:json-schema-validator from 3.0.3 to 3.0.4 Bumps [com.networknt:json-schema-validator](https://github.com/networknt/json-schema-validator) from 3.0.3 to 3.0.4. - [Release notes](https://github.com/networknt/json-schema-validator/releases) - [Changelog](https://github.com/networknt/json-schema-validator/blob/master/CHANGELOG.md) - [Commits](https://github.com/networknt/json-schema-validator/compare/3.0.3...3.0.4) --- updated-dependencies: - dependency-name: com.networknt:json-schema-validator dependency-version: 3.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- vividus-plugin-json/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vividus-plugin-json/build.gradle b/vividus-plugin-json/build.gradle index 3deb5a647b..04dedd49b7 100644 --- a/vividus-plugin-json/build.gradle +++ b/vividus-plugin-json/build.gradle @@ -12,7 +12,7 @@ dependencies { implementation('io.qameta.allure:allure-jsonunit') { exclude (group: 'io.qameta.allure') } - implementation('com.networknt:json-schema-validator:3.0.3') + implementation('com.networknt:json-schema-validator:3.0.4') implementation(libs.guava) testImplementation platform(libs.junit.bom)