From 5a576301f0f7037f05943035e4fda3c46b1b068a Mon Sep 17 00:00:00 2001 From: Elliotte Rusty Harold Date: Sat, 30 May 2020 13:32:27 -0400 Subject: [PATCH] update commons-io --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 4ca3bdb..c72b567 100644 --- a/pom.xml +++ b/pom.xml @@ -36,8 +36,8 @@ under the License. The Resources Plugin handles the copying of project resources to the output directory. There are two different kinds of resources: main resources and test resources. The - difference is that the main resources are the resources associated to the main - source code while the test resources are associated to the test source code. + difference is that the main resources are the resources associated with the main + source code while the test resources are associated with the test source code. Thus, this allows the separation of resources for the main source code and its unit tests. @@ -119,7 +119,7 @@ under the License. commons-io commons-io - 2.5 + 2.6 compile