diff --git a/maven/htmlunit-driver/pom.xml b/maven/htmlunit-driver/pom.xml index 28ade1f6e50a6..d8606323afd0d 100644 --- a/maven/htmlunit-driver/pom.xml +++ b/maven/htmlunit-driver/pom.xml @@ -21,6 +21,17 @@ net.sourceforge.htmlunit htmlunit 2.18 + + + commons-collection + commons-collection + + + + + commons-collection + commons-collection + 3.2.2 org.apache.httpcomponents diff --git a/third_party/java/commons-collections/BUCK b/third_party/java/commons-collections/BUCK index f03eae76d6e27..a7f04dd5e1377 100644 --- a/third_party/java/commons-collections/BUCK +++ b/third_party/java/commons-collections/BUCK @@ -1,5 +1,5 @@ prebuilt_jar(name = 'commons-collections', - binary_jar = 'commons-collections-3.2.1.jar', + binary_jar = 'commons-collections-3.2.2.jar', visibility = [ '//third_party/java/...', ], diff --git a/third_party/java/commons-collections/build.desc b/third_party/java/commons-collections/build.desc index 479978e0ec4f8..ba593a288ec29 100644 --- a/third_party/java/commons-collections/build.desc +++ b/third_party/java/commons-collections/build.desc @@ -1,4 +1,4 @@ java_library(name = "commons-collections", deps = [ - "commons-collections-3.2.1.jar" - ]) \ No newline at end of file + "commons-collections-3.2.2.jar" + ]) diff --git a/third_party/java/commons-collections/commons-collections-3.2.1-sources.jar b/third_party/java/commons-collections/commons-collections-3.2.1-sources.jar deleted file mode 100644 index 1c546a1e28717..0000000000000 Binary files a/third_party/java/commons-collections/commons-collections-3.2.1-sources.jar and /dev/null differ diff --git a/third_party/java/commons-collections/commons-collections-3.2.1.jar b/third_party/java/commons-collections/commons-collections-3.2.1.jar deleted file mode 100644 index c35fa1fee145c..0000000000000 Binary files a/third_party/java/commons-collections/commons-collections-3.2.1.jar and /dev/null differ diff --git a/third_party/java/commons-collections/commons-collections-3.2.2-sources.jar b/third_party/java/commons-collections/commons-collections-3.2.2-sources.jar new file mode 100644 index 0000000000000..2f7292deeb25c Binary files /dev/null and b/third_party/java/commons-collections/commons-collections-3.2.2-sources.jar differ diff --git a/third_party/java/commons-collections/commons-collections-3.2.2.jar b/third_party/java/commons-collections/commons-collections-3.2.2.jar new file mode 100644 index 0000000000000..fa5df82a63062 Binary files /dev/null and b/third_party/java/commons-collections/commons-collections-3.2.2.jar differ