diff options
author | elmot <elmot@vaadin.com> | 2016-02-20 12:30:08 +0200 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2016-03-05 08:56:55 +0000 |
commit | 94a9241057336cd8e123a293ac4e3fb3b8b3326c (patch) | |
tree | ab3027277b3a87b046490087d7bc1a547d45d53f /client-compiler | |
parent | d340d22adec09c44fdd2a716e4bb37121e98e42a (diff) | |
download | vaadin-framework-94a9241057336cd8e123a293ac4e3fb3b8b3326c.tar.gz vaadin-framework-94a9241057336cd8e123a293ac4e3fb3b8b3326c.zip |
Upgrade commons-collections to 3.2.2 (#19539)
Change-Id: Idd1f93ef2c6b7da05b26c931a4e5aa95215a1091
Diffstat (limited to 'client-compiler')
-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" /> |