Skip to content

Commit 312a504

Browse files
chore(deps): bump com.networknt:json-schema-validator (#2254)
Bumps [com.networknt:json-schema-validator](https://github.com/networknt/json-schema-validator) from 1.5.6 to 1.5.9. - [Release notes](https://github.com/networknt/json-schema-validator/releases) - [Changelog](https://github.com/networknt/json-schema-validator/blob/master/CHANGELOG.md) - [Commits](networknt/json-schema-validator@1.5.6...1.5.9) --- updated-dependencies: - dependency-name: com.networknt:json-schema-validator dependency-version: 1.5.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 66c7dbe commit 312a504

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,10 @@ allprojects {
8080
implementation("io.netty:netty-codec-http2:4.2.5.Final") {
8181
because("Version 4.1.123.Final vulnerability: https://www.cve.org/CVERecord?id=CVE-2025-8916")
8282
}
83-
testImplementation("com.networknt:json-schema-validator:1.5.8") {
83+
testImplementation("com.networknt:json-schema-validator:1.5.9") {
8484
because("There's a conflict between mockserver-netty and identity-hub dependencies for testing, forcing json-schema-validator to 1.5.6 is solving that.")
8585
}
86-
testFixturesApi("com.networknt:json-schema-validator:1.5.8") {
86+
testFixturesApi("com.networknt:json-schema-validator:1.5.9") {
8787
because("There's a conflict between mockserver-netty and identity-hub dependencies for testing, forcing json-schema-validator to 1.5.6 is solving that.")
8888
}
8989
}

edc-extensions/cx-policy/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ dependencies {
4343
implementation(libs.edc.lib.validator)
4444

4545
testImplementation(libs.edc.junit)
46-
implementation("com.networknt:json-schema-validator:1.5.6") {
47-
because("There's a conflict between mockserver-netty and identity-hub dependencies for testing, forcing json-schema-validator to 1.5.6 is solving that.")
46+
implementation("com.networknt:json-schema-validator:1.5.9") {
47+
because("There's a conflict between mockserver-netty and identity-hub dependencies for testing, forcing json-schema-validator to 1.5.9 is solving that.")
4848
}
4949
testFixturesImplementation(libs.edc.junit)
5050
testFixturesImplementation(libs.edc.spi.jsonld)

edc-tests/e2e/dcp-tck-tests/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies {
2525

2626
constraints {
2727
// netty's mockserver depends on an older version of the json schema validator, but TCK needs this:
28-
implementation("com.networknt:json-schema-validator:1.5.8") {
28+
implementation("com.networknt:json-schema-validator:1.5.9") {
2929
because("This version is required by the TCK")
3030
}
3131
}

0 commit comments

Comments
 (0)