You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by re...@apache.org on 2021/05/03 11:10:30 UTC

[uima-uimafit] branch feature/UIMA-6357-Upgrade-Apache-Commons-dependencies created (now 5398472)

This is an automated email from the ASF dual-hosted git repository.

rec pushed a change to branch feature/UIMA-6357-Upgrade-Apache-Commons-dependencies
in repository https://gitbox.apache.org/repos/asf/uima-uimafit.git.


      at 5398472  [UIMA-6357] Upgrade Apache Commons dependencies

This branch includes the following new commits:

     new 5398472  [UIMA-6357] Upgrade Apache Commons dependencies

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[uima-uimafit] 01/01: [UIMA-6357] Upgrade Apache Commons dependencies

Posted by re...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rec pushed a commit to branch feature/UIMA-6357-Upgrade-Apache-Commons-dependencies
in repository https://gitbox.apache.org/repos/asf/uima-uimafit.git

commit 539847260e71c4e73bf7491c94350def84369f03
Author: Richard Eckart de Castilho <re...@apache.org>
AuthorDate: Mon May 3 13:10:38 2021 +0200

    [UIMA-6357] Upgrade Apache Commons dependencies
    
    * Upgrade to Commons IO 2.8.0
    * Upgrade to Commons Lang 3 to 3.12.0
---
 src/main/dist-bin/NOTICE | 20 ++++++++++----------
 uimafit-parent/pom.xml   |  4 ++--
 2 files changed, 12 insertions(+), 12 deletions(-)

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 @@ The Apache Software Foundation (http://www.apache.org/).
 ----------------------------------------------------------------
 
 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 @@ All rights reserved.
 
 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 @@ Copyright (c) 2003, 2006 IBM Corporation.
 
 ----------------------------------------------------------------
 
-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>