Skip to content

Commit 72e0ff8

Browse files
authored
Update commons-collections test dependency to 3.2.2 (#52808)
This is only a test dependency but it trips scanners so upgrade to 3.2.2 which doesn't suffer from the issues mentioned in i.e. https://snyk.io/vuln/SNYK-JAVA-COMMONSCOLLECTIONS-472711
1 parent 827f62c commit 72e0ff8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/security/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ dependencies {
100100
testCompile('org.apache.directory.api:api-ldap-extras-codec:1.0.0')
101101
testCompile('org.apache.directory.api:api-ldap-extras-codec-api:1.0.0')
102102
testCompile('commons-pool:commons-pool:1.6')
103-
testCompile('commons-collections:commons-collections:3.2')
103+
testCompile('commons-collections:commons-collections:3.2.2')
104104
testCompile('org.apache.mina:mina-core:2.0.17')
105105
testCompile('org.apache.directory.api:api-util:1.0.1')
106106
testCompile('org.apache.directory.api:api-i18n:1.0.1')

0 commit comments

Comments
 (0)