We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 823bd2e + a7dbf51 commit 4e3f13aCopy full SHA for 4e3f13a
g11n-ws/build.gradle
@@ -59,7 +59,7 @@ subprojects{
59
junitVersion = '4.13.2'
60
jsonSimpleVersion = '1.1.1'
61
commonsCollectionsVersion = '3.2.2'
62
- commonsLangVersion = '3.18.0'
+ commonsLangVersion = '3.19.0'
63
commonsIoVersion = '2.17.0'
64
commonsCodecVersion='1.15'
65
g11n-ws/modules/md-service-authen/build.gradle
@@ -33,6 +33,7 @@ dependencies {
33
exclude group: "commons-fileupload"
34
exclude group: "org.apache.xmlgraphics"
35
exclude group: "org.owasp.antisamy"
36
+ exclude group: "commons-lang"
37
}
38
39
compileOnly("commons-fileupload:commons-fileupload:1.5")
0 commit comments