diff options
author | elmot <elmot@vaadin.com> | 2016-02-20 12:30:08 +0200 |
---|---|---|
committer | Teemu Suo-Anttila <teemusa@vaadin.com> | 2016-03-08 14:03:48 +0200 |
commit | 4ab8119afe56b865664d7a1e2f37642fffdee0b5 (patch) | |
tree | 799ed347ffd1fed7bae2c340f0aac11a9a57b6cb | |
parent | cf887429afc195dee1a0d839d9c34668398a47b9 (diff) | |
download | vaadin-framework-4ab8119afe56b865664d7a1e2f37642fffdee0b5.tar.gz vaadin-framework-4ab8119afe56b865664d7a1e2f37642fffdee0b5.zip |
Upgrade commons-collections to 3.2.2 (#19539)
Change-Id: Ibf6bfc1a3579bcca215a87355bb71d6302f6671e
-rw-r--r-- | client-compiler/ivy.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client-compiler/ivy.xml b/client-compiler/ivy.xml index d30dea5136..8f6b74876e 100644 --- a/client-compiler/ivy.xml +++ b/client-compiler/ivy.xml @@ -33,7 +33,7 @@ </dependency> <dependency org="commons-collections" name="commons-collections" - rev="3.1" conf="build,ide -> default" /> + rev="3.2.2" conf="build,ide -> default" /> <dependency org="commons-logging" name="commons-logging" rev="1.1.3" conf="build,ide -> default" /> |