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 /buildhelpers | |
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 'buildhelpers')
-rw-r--r-- | buildhelpers/ivy.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildhelpers/ivy.xml b/buildhelpers/ivy.xml index 28c4b005fe..7c0a7b82a7 100644 --- a/buildhelpers/ivy.xml +++ b/buildhelpers/ivy.xml @@ -28,7 +28,7 @@ </publications> <dependencies> - <dependency org="commons-io" name="commons-io" rev="1.4" /> + <dependency org="commons-io" name="commons-io" rev="2.2" /> </dependencies> </ivy-module> |