Skip to content

Commit 2b5d00d

Browse files
fix(deps): update dependency com.networknt:json-schema-validator to v3
1 parent 58914b7 commit 2b5d00d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ dependencies {
6464
// JSON-LD, Zenodo mapping
6565
implementation group: 'com.apicatalog', name: 'titanium-json-ld', version: '1.7.0'
6666
// metadata validation, profiles based on JSON schema
67-
implementation group: "com.networknt", name: "json-schema-validator", version: "1.5.9"
67+
implementation group: "com.networknt", name: "json-schema-validator", version: "3.0.5"
6868
implementation 'org.glassfish:jakarta.json:2.0.1'
6969
//JTE for template processing
7070
implementation('gg.jte:jte:3.2.4')

0 commit comments

Comments
 (0)