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 40011bc commit 533010fCopy full SHA for 533010f
build.gradle
@@ -49,7 +49,7 @@ dependencies {
49
// url validator
50
implementation group: 'commons-validator', name: 'commons-validator', version: '1.7'
51
// logging
52
- implementation group: 'org.slf4j', name: 'slf4j-jdk14', version: '2.0.7'
+ implementation group: 'org.slf4j', name: 'slf4j-jdk14', version: '2.0.9'
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
0 commit comments