Merge pull request #156 from apache/feature/UIMA-6357-Upgrade-Apache-Commons-dependencies

[UIMA-6357] Upgrade Apache Commons dependencies
diff --git a/src/main/dist-bin/NOTICE b/src/main/dist-bin/NOTICE
index f2ce7ae..1f44b23 100644
--- a/src/main/dist-bin/NOTICE
+++ b/src/main/dist-bin/NOTICE
@@ -1,7 +1,7 @@
 ----------------------------------------------------------------
 
 Apache UIMA uimaFIT
-Copyright 2012-2020 The Apache Software Foundation
+Copyright 2012-2021 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
@@ -9,7 +9,7 @@
 ----------------------------------------------------------------
 
 Apache UIMA uimaFIT - Core
-Copyright 2013-2020 The Apache Software Foundation
+Copyright 2013-2021 The Apache Software Foundation
 
 Copyright 2009-2012 Regents of the University of Colorado.
 All rights reserved.
@@ -22,15 +22,15 @@
 
 Apache UIMA uimaFIT - Collection Processing Engine support
 Apache UIMA uimaFIT - Legacy uimaFIT support
-Copyright 2012-2020 The Apache Software Foundation
+Copyright 2012-2021 The Apache Software Foundation
 
 ----------------------------------------------------------------
 
-Apache UIMA Base 3.1.1: uimaj-core
-Apache UIMA Base 3.1.1: jVinci: Vinci Transport Library
-Apache UIMA Base 3.1.1: uimaj-adapter-vinci: Vinci Adapter
-Apache UIMA Base 3.1.1: uimaj-cpe: Collection Processing Engine
-Copyright 2006-2019 The Apache Software Foundation
+Apache UIMA Base 3.2.0: uimaj-core
+Apache UIMA Base 3.2.0: jVinci: Vinci Transport Library
+Apache UIMA Base 3.2.0: uimaj-adapter-vinci: Vinci Adapter
+Apache UIMA Base 3.2.0: uimaj-cpe: Collection Processing Engine
+Copyright 2006-2021 The Apache Software Foundation
 
 Portions of Apache UIMA were originally developed by
 International Business Machines Corporation and are
@@ -41,12 +41,12 @@
 
 ----------------------------------------------------------------
 
-Apache Commons IO 2.6
+Apache Commons IO 2.8.0
 Copyright 2002-2017 The Apache Software Foundation
 
 ----------------------------------------------------------------
 
-Apache Commons Lang 3.8.1
+Apache Commons Lang 3.12.0
 Copyright 2001-2018 The Apache Software Foundation
 
 ----------------------------------------------------------------
diff --git a/uimafit-parent/pom.xml b/uimafit-parent/pom.xml
index 85a8161..37243c8 100644
--- a/uimafit-parent/pom.xml
+++ b/uimafit-parent/pom.xml
@@ -109,12 +109,12 @@
       <dependency>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-lang3</artifactId>
-        <version>3.8.1</version>
+        <version>3.12.0</version>
       </dependency>
       <dependency>
         <groupId>commons-io</groupId>
         <artifactId>commons-io</artifactId>
-        <version>2.6</version>
+        <version>2.8.0</version>
       </dependency>
       <dependency>
         <groupId>org.slf4j</groupId>