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 2022/04/25 09:11:57 UTC

[uima-uimafit] branch refactoring/UIMA-6432-Upgrade-dependencies created (now f2ed825)

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

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


      at f2ed825  [UIMA-6432] Upgrade dependencies

This branch includes the following new commits:

     new f2ed825  [UIMA-6432] Upgrade 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-6432] Upgrade dependencies

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

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

commit f2ed825fb814e8ff88124bf5c9ec71c99fd5241b
Author: Richard Eckart de Castilho <re...@apache.org>
AuthorDate: Mon Apr 25 11:11:52 2022 +0200

    [UIMA-6432] Upgrade dependencies
    
    - Spring 5.3.18 -> 5.3.19
    - Update baseline for API comparison
---
 uimafit-parent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/uimafit-parent/pom.xml b/uimafit-parent/pom.xml
index 62dcef4..53442c9 100644
--- a/uimafit-parent/pom.xml
+++ b/uimafit-parent/pom.xml
@@ -42,7 +42,7 @@
   <properties>
     <maven.compiler.source>1.8</maven.compiler.source>
     <maven.compiler.target>1.8</maven.compiler.target>
-    <api_check_oldVersion>3.1.0</api_check_oldVersion>
+    <api_check_oldVersion>3.2.0</api_check_oldVersion>
   
     <assertj-version>3.22.0</assertj-version>
     <commons-io-version>2.11.0</commons-io-version>
@@ -50,7 +50,7 @@
     <junit-version>5.8.2</junit-version>
     <groovy-version>3.0.10</groovy-version>
     <mockito-version>4.4.0</mockito-version>
-    <spring-version>5.3.18</spring-version>
+    <spring-version>5.3.19</spring-version>
     <slf4j-version>1.7.36</slf4j-version>
     <uima-version>3.3.0-SNAPSHOT</uima-version>
     <xmlunit-version>2.9.0</xmlunit-version>