From b774b25641ce854a25495da54564044096034480 Mon Sep 17 00:00:00 2001 From: Mariam Papikyan Date: Wed, 10 Apr 2019 12:39:49 +0400 Subject: [PATCH 1/2] - Updated commons io lib version in dependencies. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4e2b302..486862d 100644 --- a/pom.xml +++ b/pom.xml @@ -53,7 +53,7 @@ org.apache.commons commons-io - 1.3.2 + 2.5 org.json From 1cedd43266569e3367c9231dbd8fff52b73ebaee Mon Sep 17 00:00:00 2001 From: Mariam Date: Thu, 11 Apr 2019 12:05:43 +0400 Subject: [PATCH 2/2] - Fixed non correct dependency. --- pom.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 486862d..3c07c54 100644 --- a/pom.xml +++ b/pom.xml @@ -50,12 +50,12 @@ 4.11 test - - org.apache.commons - commons-io - 2.5 - - + + commons-io + commons-io + 2.5 + + org.json json 20160212