summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShawn Pearce <sop@google.com>2016-03-07 10:17:37 -0800
committerDavid Pursehouse <david.pursehouse@sonymobile.com>2016-03-08 10:15:31 +0900
commit97a54ac2801e24d63a10eaabba108007562c74d3 (patch)
treeb23fce371dde6b14cb191f71a2558c2e26003adc
parentc335b6808cac4f52f31d784692040f84fe36361b (diff)
Update commons-collections to 3.2.2
Change-Id: I59a2d2874dd410df1715a70b011f879a9d9480e3 (cherry picked from commit bd6143c4db26626ba7570c77d2561cd1aab35a2c)
-rw-r--r--lib/commons/BUCK4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/commons/BUCK b/lib/commons/BUCK
index 155baad15c..058262821c 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,