From bd6143c4db26626ba7570c77d2561cd1aab35a2c Mon Sep 17 00:00:00 2001 From: Shawn Pearce Date: Mon, 7 Mar 2016 10:17:37 -0800 Subject: [PATCH] Update commons-collections to 3.2.2 Change-Id: I59a2d2874dd410df1715a70b011f879a9d9480e3 --- lib/commons/BUCK | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/commons/BUCK b/lib/commons/BUCK index 2ed62f670b..cc503a39f8 100644 --- a/lib/commons/BUCK +++ b/lib/commons/BUCK @@ -10,8 +10,8 @@ maven_jar( maven_jar( name = 'collections', - id = 'commons-collections:commons-collections:3.2.1', - sha1 = '761ea405b9b37ced573d2df0d1e3a4e0f9edc668', + id = 'commons-collections:commons-collections:3.2.2', + sha1 = '8ad72fe39fa8c91eaaf12aadb21e0c3661fe26d5', license = 'Apache2.0', exclude = ['META-INF/LICENSE.txt', 'META-INF/NOTICE.txt'], attach_source = False,