Skip to content

Commit 9d8741c

Browse files
chore(deps): update dependency commons-validator:commons-validator to v1.10.1
1 parent dae2871 commit 9d8741c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ dependencies {
6060
// compare json documents in tests
6161
implementation 'com.github.fslev:json-compare:7.2'
6262
// url validator
63-
implementation group: 'commons-validator', name: 'commons-validator', version: '1.10.0'
63+
implementation group: 'commons-validator', name: 'commons-validator', version: '1.10.1'
6464
// logging
6565
implementation group: 'org.slf4j', name: 'slf4j-jdk14', version: '2.0.17'
6666
// JSON-LD, Zenodo mapping

0 commit comments

Comments
 (0)