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 3598384 commit a5896f5Copy full SHA for a5896f5
build.gradle
@@ -64,7 +64,7 @@ dependencies {
64
// JSON-LD, Zenodo mapping
65
implementation group: 'com.apicatalog', name: 'titanium-json-ld', version: '1.6.0'
66
// metadata validation, profiles based on JSON schema
67
- implementation group: "com.networknt", name: "json-schema-validator", version: "1.5.6"
+ implementation group: "com.networknt", name: "json-schema-validator", version: "1.5.7"
68
implementation 'org.glassfish:jakarta.json:2.0.1'
69
//JTE for template processing
70
implementation('gg.jte:jte:3.2.1')
0 commit comments