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 0ca8521 commit 0e34bf2Copy full SHA for 0e34bf2
build.gradle
@@ -430,7 +430,7 @@ dependencies {
430
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.18.0'
431
implementation group: 'org.apache.commons', name: 'commons-csv', version: '1.14.1'
432
433
- implementation 'commons-validator:commons-validator:1.9.0'
+ implementation 'commons-validator:commons-validator:1.10.0'
434
implementation 'javax.annotation:javax.annotation-api:1.3.2'
435
implementation 'javax.validation:validation-api:2.0.1.Final'
436
compileOnly 'javax.servlet:servlet-api:2.5'
0 commit comments