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 58914b7 commit 0388ee7Copy full SHA for 0388ee7
1 file changed
build.gradle
@@ -64,7 +64,7 @@ dependencies {
64
// JSON-LD, Zenodo mapping
65
implementation group: 'com.apicatalog', name: 'titanium-json-ld', version: '1.7.0'
66
// metadata validation, profiles based on JSON schema
67
- implementation group: "com.networknt", name: "json-schema-validator", version: "1.5.9"
+ implementation group: "com.networknt", name: "json-schema-validator", version: "2.0.1"
68
implementation 'org.glassfish:jakarta.json:2.0.1'
69
//JTE for template processing
70
implementation('gg.jte:jte:3.2.4')
0 commit comments