diff options
author | Artur Signell <artur@vaadin.com> | 2013-04-22 12:30:25 +0300 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2013-04-23 06:46:22 +0000 |
commit | 8fec88fe776abbde4250719c46d025392bce39c8 (patch) | |
tree | 6f0159fe14204206130949eba0eb33abd2b8a842 /uitest/ivy.xml | |
parent | 37afdd63bb98921c8aa91d5aa749fcfebb93a1b2 (diff) | |
download | vaadin-framework-8fec88fe776abbde4250719c46d025392bce39c8.tar.gz vaadin-framework-8fec88fe776abbde4250719c46d025392bce39c8.zip |
Updated commons-io dependency to 2.2 (#11643)
Change-Id: Ia134929a67328e2a759028b2ee5b64206dc78883
Diffstat (limited to 'uitest/ivy.xml')
-rw-r--r-- | uitest/ivy.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uitest/ivy.xml b/uitest/ivy.xml index ad00b93bfd..3c5e08a3cf 100644 --- a/uitest/ivy.xml +++ b/uitest/ivy.xml @@ -67,7 +67,7 @@ <dependency org="commons-codec" name="commons-codec" rev="1.5" conf="build,ide->default" /> - <dependency org="commons-io" name="commons-io" rev="1.4" + <dependency org="commons-io" name="commons-io" rev="2.2" conf="build,ide->default" /> <!-- Mainly for SQLContainer tests --> <dependency org="org.hsqldb" name="hsqldb" rev="2.2.6" |