Skip to content

Commit 5be4051

Browse files
Bump com.networknt:json-schema-validator from 1.5.5 to 1.5.6 (#5731)
Bumps [com.networknt:json-schema-validator](https://github.com/networknt/json-schema-validator) from 1.5.5 to 1.5.6. - [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.5...1.5.6) --- updated-dependencies: - dependency-name: com.networknt:json-schema-validator dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bd142be commit 5be4051

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vividus-plugin-json/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies {
1313
implementation(group: 'io.qameta.allure', name: 'allure-jsonunit') {
1414
exclude (group: 'io.qameta.allure')
1515
}
16-
implementation(group: 'com.networknt', name: 'json-schema-validator', version: '1.5.5');
16+
implementation(group: 'com.networknt', name: 'json-schema-validator', version: '1.5.6');
1717
implementation(group: 'com.google.guava', name: 'guava', version: '33.4.0-jre')
1818

1919
testImplementation platform(group: 'org.junit', name: 'junit-bom', version: '5.11.4')

0 commit comments

Comments
 (0)