Skip to content

Commit 4e3f13a

Browse files
authored
Merge pull request #3237 from vmware/jhua/vulns-fix
remove commons-lang-2.6.jar
2 parents 823bd2e + a7dbf51 commit 4e3f13a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

g11n-ws/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ subprojects{
5959
junitVersion = '4.13.2'
6060
jsonSimpleVersion = '1.1.1'
6161
commonsCollectionsVersion = '3.2.2'
62-
commonsLangVersion = '3.18.0'
62+
commonsLangVersion = '3.19.0'
6363
commonsIoVersion = '2.17.0'
6464
commonsCodecVersion='1.15'
6565

g11n-ws/modules/md-service-authen/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ dependencies {
3333
exclude group: "commons-fileupload"
3434
exclude group: "org.apache.xmlgraphics"
3535
exclude group: "org.owasp.antisamy"
36+
exclude group: "commons-lang"
3637
}
3738

3839
compileOnly("commons-fileupload:commons-fileupload:1.5")

0 commit comments

Comments
 (0)