Skip to content

Commit 9631fd7

Browse files
committed
updating commons-collections to 3.2.2
Fixes SeleniumHQ#1309
1 parent a667cd0 commit 9631fd7

File tree

7 files changed

+14
-3
lines changed

7 files changed

+14
-3
lines changed

maven/htmlunit-driver/pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,17 @@
2121
<groupId>net.sourceforge.htmlunit</groupId>
2222
<artifactId>htmlunit</artifactId>
2323
<version>2.18</version>
24+
<exclusions>
25+
<exclusion>
26+
<groupId>commons-collection</groupId>
27+
<artifactId>commons-collection</artifactId>
28+
</exclusion>
29+
</exclusions>
30+
</dependency>
31+
<dependency>
32+
<groupId>commons-collection</groupId>
33+
<artifactId>commons-collection</artifactId>
34+
<version>3.2.2</version>
2435
</dependency>
2536
<dependency>
2637
<groupId>org.apache.httpcomponents</groupId>

third_party/java/commons-collections/BUCK

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
prebuilt_jar(name = 'commons-collections',
2-
binary_jar = 'commons-collections-3.2.1.jar',
2+
binary_jar = 'commons-collections-3.2.2.jar',
33
visibility = [
44
'//third_party/java/...',
55
],
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
java_library(name = "commons-collections",
22
deps = [
3-
"commons-collections-3.2.1.jar"
4-
])
3+
"commons-collections-3.2.2.jar"
4+
])
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)