From 395728c95873d4e9a5ffa391b7b3cb59e9ea2892 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 12:56:24 +0000 Subject: [PATCH] Bump com.networknt:json-schema-validator from 3.0.2 to 3.0.3 Bumps [com.networknt:json-schema-validator](https://github.com/networknt/json-schema-validator) from 3.0.2 to 3.0.3. - [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.2...3.0.3) --- updated-dependencies: - dependency-name: com.networknt:json-schema-validator dependency-version: 3.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 2486966..9348808 100644 --- a/build.gradle +++ b/build.gradle @@ -134,7 +134,7 @@ dependencies { implementation ('commons-logging:commons-logging:1.3.6'){transitive=false} implementation ('commons-lang:commons-lang:2.6'){transitive=false} implementation ('commons-io:commons-io:2.22.0'){transitive=false} - implementation ('com.networknt:json-schema-validator:3.0.2') + implementation ('com.networknt:json-schema-validator:3.0.3') testImplementation 'org.junit.jupiter:junit-jupiter-api:6.1.0'