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:21:04 UTC

[uima-ruta] branch refactoring/104-Upgrade-dependencies created (now c3a77713)

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

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


      at c3a77713 #104 - Upgrade dependencies

This branch includes the following new commits:

     new c3a77713 #104 - 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-ruta] 01/01: #104 - 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/104-Upgrade-dependencies
in repository https://gitbox.apache.org/repos/asf/uima-ruta.git

commit c3a77713a214050142e1920dd03fce860e6a11ca
Author: Richard Eckart de Castilho <re...@apache.org>
AuthorDate: Fri Jan 27 10:20:53 2023 +0100

    #104 - Upgrade dependencies
    
    - spring 5.3.21 -> 5.3.25
---
 ruta-parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ruta-parent/pom.xml b/ruta-parent/pom.xml
index 2836deb3..e4399cb0 100644
--- a/ruta-parent/pom.xml
+++ b/ruta-parent/pom.xml
@@ -115,7 +115,7 @@
 
 		<uimaVersion>3.4.0-SNAPSHOT</uimaVersion>
 		<uimafit-version>3.4.0-SNAPSHOT</uimafit-version>
-		<spring-version>5.3.21</spring-version>
+		<spring-version>5.3.25</spring-version>
 		<junit-version>4.13.2</junit-version>
 		<slf4j-version>1.7.36</slf4j-version>