We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a87d30 commit 4a05865Copy full SHA for 4a05865
1 file changed
build.gradle
@@ -31,7 +31,7 @@ java {
31
dependencies {
32
implementation group: 'com.konghq', name: 'unirest-java', version: '3.14.5' // MIT
33
34
- implementation group: 'commons-validator', name: 'commons-validator', version: '1.7' // Apache 2.0
+ implementation group: 'commons-validator', name: 'commons-validator', version: '1.8' // Apache 2.0
35
implementation group: 'commons-net', name: 'commons-net', version: '3.10.0' // Apache 2.0
36
implementation group: 'commons-io', name: 'commons-io', version: '2.15.1' // Apache 2.0
37
0 commit comments