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

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

commit f048bf0de95b2beee5a8fce1352d49a9d807f163
Author: Richard Eckart de Castilho <[email protected]>
AuthorDate: Wed Oct 1 12:59:34 2025 +0200

    Issue #197: Upgrade dependencies (3.5.1)
    
    - assertj 3.26.3 -> 3.27.6
    - caffeine 3.1.8 -> 3.2.2
    - commons-collections4 4.4 -> 4.5.0
    - commons-text 1.12.0 -> 1.14.0
    - commons-lang3 3.17.0 -> 3.19.0
    - commons-io 2.18.0 -> 2.20.0
    - commons-logging 1.3.4 -> 1.3.5
    - junit 5.11.3 -> 5.11.4
    - spring 6.1.15 -> 6.2.11
    - uima 3.6.0 -> 3.6.1
    - plexus-utils 3.4.1 -> 3.6.0
    - plexus-archiver 4.8.0 -> 4.10.1
---
 ruta-parent/pom.xml | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/ruta-parent/pom.xml b/ruta-parent/pom.xml
index 3fe61848..e26e8bb1 100644
--- a/ruta-parent/pom.xml
+++ b/ruta-parent/pom.xml
@@ -127,25 +127,25 @@
     <asciidoctor.plugin.version>3.1.1</asciidoctor.plugin.version>
     <asciidoctor.version>3.0.0</asciidoctor.version>
     <asciidoctor.pdf.version>2.3.19</asciidoctor.pdf.version>
-    <assertj-version>3.26.3</assertj-version>
-    <caffeine-version>3.1.8</caffeine-version>
+    <assertj-version>3.27.6</assertj-version>
+    <caffeine-version>3.2.2</caffeine-version>
     <commons-collections-version>3.2.2</commons-collections-version>
-    <commons-collections4-version>4.4</commons-collections4-version>
-    <commons-text-version>1.12.0</commons-text-version>
-    <commons-lang3-version>3.17.0</commons-lang3-version>
-    <commons-io-version>2.18.0</commons-io-version>
+    <commons-collections4-version>4.5.0</commons-collections4-version>
+    <commons-text-version>1.14.0</commons-text-version>
+    <commons-lang3-version>3.19.0</commons-lang3-version>
+    <commons-io-version>2.20.0</commons-io-version>
     <commons-math3-version>3.6.1</commons-math3-version>
-    <commons-logging-version>1.3.4</commons-logging-version>
+    <commons-logging-version>1.3.5</commons-logging-version>
     <commons-logging-api-version>1.1</commons-logging-api-version>
     <dltk.version>[5.11.0,6.0.0)</dltk.version>
     <htmlparser-version>1.6</htmlparser-version>
-    <junit-version>5.11.3</junit-version>
+    <junit-version>5.11.4</junit-version>
     <junit-vintage-version>4.13.2</junit-vintage-version>
     <maven.version>3.8.1</maven.version>
     <slf4j-version>1.7.36</slf4j-version>
-    <spring-version>6.1.15</spring-version>
+    <spring-version>6.2.11</spring-version>
     <tycho-version>4.0.10</tycho-version>
-    <uima-version>3.6.0</uima-version>
+    <uima-version>3.6.1</uima-version>
 
     <eclipseP2RepoId>org.eclipse.p2.202309</eclipseP2RepoId>
     <dltkP2RepoId>org.eclipse.p2.201812</dltkP2RepoId>
@@ -305,12 +305,12 @@
       <dependency>
         <groupId>org.codehaus.plexus</groupId>
         <artifactId>plexus-utils</artifactId>
-        <version>3.4.1</version>
+        <version>3.6.0</version>
       </dependency>
       <dependency>
         <groupId>org.codehaus.plexus</groupId>
         <artifactId>plexus-archiver</artifactId>
-        <version>4.8.0</version>
+        <version>4.10.1</version>
       </dependency>
       <dependency>
         <groupId>org.apache.maven.plugin-testing</groupId>

Reply via email to