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 2023/01/27 09:51:38 UTC

[uima-uimafit] branch refactoring/218-Update-dependencies created (now 642e35d)

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

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


      at 642e35d  Issue #218: Update dependencies

This branch includes the following new commits:

     new 642e35d  Issue #218: Update 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: Issue #218: Update 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/218-Update-dependencies
in repository https://gitbox.apache.org/repos/asf/uima-uimafit.git

commit 642e35d93b6305329d1dd680d7843a5d4a1912e4
Author: Richard Eckart de Castilho <re...@apache.org>
AuthorDate: Fri Jan 27 10:51:26 2023 +0100

    Issue #218: Update dependencies
    
    - spring 5.3.20 -> 5.3.25
---
 uimafit-parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/uimafit-parent/pom.xml b/uimafit-parent/pom.xml
index ef2fe6d..f0de522 100644
--- a/uimafit-parent/pom.xml
+++ b/uimafit-parent/pom.xml
@@ -71,7 +71,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.20</spring-version>
+    <spring-version>5.3.25</spring-version>
     <slf4j-version>1.7.36</slf4j-version>
     <uima-version>3.4.0-SNAPSHOT</uima-version>
     <xmlunit-version>2.9.0</xmlunit-version>