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/03/08 15:27:01 UTC

[uima-uimafit] 01/01: [UIMA-6333] Update Spring dependency

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

rec pushed a commit to branch feature/UIMA-6333-Update-Spring-dependency
in repository https://gitbox.apache.org/repos/asf/uima-uimafit.git

commit 0b6062a2e6d7740907381d9e4b3f831ab75846e6
Author: Richard Eckart de Castilho <re...@apache.org>
AuthorDate: Mon Mar 8 16:26:56 2021 +0100

    [UIMA-6333] Update Spring dependency
    
    - Update version
    - Update NOTICE / LICENSE files used by binary distribution
---
 src/main/dist-bin/LICENSE | 11 +++++++++--
 src/main/dist-bin/NOTICE  |  2 +-
 uimafit-parent/pom.xml    |  2 +-
 3 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/src/main/dist-bin/LICENSE b/src/main/dist-bin/LICENSE
index 1a12bb2..f9529d8 100644
--- a/src/main/dist-bin/LICENSE
+++ b/src/main/dist-bin/LICENSE
@@ -203,9 +203,9 @@
 
 =======================================================================   
 
-SPRING FRAMEWORK 4.3.26.RELEASE SUBCOMPONENTS:
+SPRING FRAMEWORK 4.3.30.RELEASE SUBCOMPONENTS:
 
-Spring Framework 4.3.26.RELEASE includes a number of subcomponents
+Spring Framework 4.3.30.RELEASE includes a number of subcomponents
 with separate copyright notices and license terms. The product that
 includes this file does not necessarily use all the open source
 subcomponents referred to below. Your use of the source
@@ -262,6 +262,13 @@ Per the LICENSE file in the Objenesis ZIP distribution downloaded from
 http://objenesis.org/download.html, Objenesis 2.6 is licensed under the
 Apache License, version 2.0, the text of which is included above.
 
+Per the NOTICE file in the Objenesis ZIP distribution downloaded from
+http://objenesis.org/download.html and corresponding to section 4d of the
+Apache License, Version 2.0, in this case for Objenesis:
+
+Objenesis
+Copyright 2006-2017 Joe Walnes, Henri Tremblay, Leonardo Mesquita
+
 
 ===============================================================================
 
diff --git a/src/main/dist-bin/NOTICE b/src/main/dist-bin/NOTICE
index 912e97a..55cf795 100644
--- a/src/main/dist-bin/NOTICE
+++ b/src/main/dist-bin/NOTICE
@@ -56,7 +56,7 @@ Copyright 2003-2014 The Apache Software Foundation
   
 ----------------------------------------------------------------
   
-Spring Framework 4.3.26.RELEASE
+Spring Framework 4.3.30.RELEASE
 Copyright (c) 2002-2020 Pivotal, Inc.
 
 This product is licensed to you under the Apache License, Version 2.0
diff --git a/uimafit-parent/pom.xml b/uimafit-parent/pom.xml
index 6acec8f..98e953e 100644
--- a/uimafit-parent/pom.xml
+++ b/uimafit-parent/pom.xml
@@ -32,7 +32,7 @@
   <url>${uimaWebsiteUrl}</url>
   <inceptionYear>2012</inceptionYear>
   <properties>
-    <spring.version>4.3.26.RELEASE</spring.version>
+    <spring.version>4.3.30.RELEASE</spring.version>
     <uima.version>2.10.4</uima.version>
     <maven.compiler.source>1.8</maven.compiler.source>
     <maven.compiler.target>1.8</maven.compiler.target>