From 75b7a51022950c607ecbe6517bc3aed68a1cce58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Apr 2021 20:16:24 +0000 Subject: [PATCH] Bump commons-io from 2.6 to 2.7 in /common Bumps commons-io from 2.6 to 2.7. Signed-off-by: dependabot[bot] <support@github.com> --- common/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/pom.xml b/common/pom.xml index 7a34282..e700276 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -31,7 +31,7 @@ <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> - <version>2.6</version> + <version>2.7</version> </dependency> <dependency> <groupId>log4j</groupId>