From a7dbf51bb9e1fea44c75b435b8046336f077c422 Mon Sep 17 00:00:00 2001 From: Jiang Hua Date: Thu, 23 Oct 2025 20:53:26 -0700 Subject: [PATCH] remove commons-lang-2.6.jar --- g11n-ws/build.gradle | 2 +- g11n-ws/modules/md-service-authen/build.gradle | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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")