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 707f651 commit 75ea744Copy full SHA for 75ea744
build.gradle
@@ -53,7 +53,7 @@ dependencies {
53
// JSON-LD, Zenodo mapping
54
implementation group: 'com.apicatalog', name: 'titanium-json-ld', version: '1.3.2'
55
// metadata validation, profiles based on JSON schema
56
- implementation group: "com.networknt", name: "json-schema-validator", version: "1.0.85"
+ implementation group: "com.networknt", name: "json-schema-validator", version: "1.0.86"
57
implementation 'org.glassfish:jakarta.json:2.0.1'
58
}
59
0 commit comments