Skip to content

Commit 33f1b58

Browse files
authored
Upgrade commons-validator to latest version (1.5.1)
1 parent 6c64326 commit 33f1b58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grails-validation/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dependencies {
2-
compile( "commons-validator:commons-validator:1.4.1" ) {
2+
compile( "commons-validator:commons-validator:1.5.1" ) {
33
exclude group: 'xml-apis', module:'xml-apis'
44
exclude group: 'commons-digester', module:'commons-digester'
55
exclude group: 'commons-logging', module:'commons-logging'

0 commit comments

Comments
 (0)