diff --git a/g11n-ws/build.gradle b/g11n-ws/build.gradle index b1620cad1..461bc5d5f 100644 --- a/g11n-ws/build.gradle +++ b/g11n-ws/build.gradle @@ -59,7 +59,7 @@ subprojects{ junitVersion = '4.13.2' jsonSimpleVersion = '1.1.1' commonsCollectionsVersion = '3.2.2' - commonsLangVersion = '3.18.0' + commonsLangVersion = '3.19.0' commonsIoVersion = '2.17.0' commonsCodecVersion='1.15' diff --git a/g11n-ws/modules/md-service-authen/build.gradle b/g11n-ws/modules/md-service-authen/build.gradle index ad96b3f03..b8fec3b64 100644 --- a/g11n-ws/modules/md-service-authen/build.gradle +++ b/g11n-ws/modules/md-service-authen/build.gradle @@ -33,6 +33,7 @@ dependencies { exclude group: "commons-fileupload" exclude group: "org.apache.xmlgraphics" exclude group: "org.owasp.antisamy" + exclude group: "commons-lang" } compileOnly("commons-fileupload:commons-fileupload:1.5")