aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-05-03 14:23:41 +0300
committerGitHub <noreply@github.com>2021-05-03 14:23:41 +0300
commit98ada5bbd0e178029a4de98ce060c6a42cd52662 (patch)
treeae4fac939441585741b3e7bacbb8db2148b86441
parent6798dff773024fe0b83d0d19d43471ab6d9ef8ae (diff)
downloadvaadin-framework-98ada5bbd0e178029a4de98ce060c6a42cd52662.tar.gz
vaadin-framework-98ada5bbd0e178029a4de98ce060c6a42cd52662.zip
Bump commons-io from 2.4 to 2.7 (#12278)
Bumps commons-io from 2.4 to 2.7. Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index cdea45e202..03ad2514d0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -124,7 +124,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
- <version>2.4</version>
+ <version>2.7</version>
</dependency>
<dependency>
<groupId>commons-cli</groupId>