We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd142be commit 5be4051Copy full SHA for 5be4051
vividus-plugin-json/build.gradle
@@ -13,7 +13,7 @@ dependencies {
13
implementation(group: 'io.qameta.allure', name: 'allure-jsonunit') {
14
exclude (group: 'io.qameta.allure')
15
}
16
- implementation(group: 'com.networknt', name: 'json-schema-validator', version: '1.5.5');
+ implementation(group: 'com.networknt', name: 'json-schema-validator', version: '1.5.6');
17
implementation(group: 'com.google.guava', name: 'guava', version: '33.4.0-jre')
18
19
testImplementation platform(group: 'org.junit', name: 'junit-bom', version: '5.11.4')
0 commit comments