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

rec pushed a commit to branch refactoring/409-Update-dependencies
in repository https://gitbox.apache.org/repos/asf/uima-uimaj.git

commit 6886901726ba0cf12080026a7154081dfe9e24a3
Author: Richard Eckart de Castilho <r...@apache.org>
AuthorDate: Fri Nov 15 14:14:35 2024 +0100

    Issue #409: Update dependencies
    
    - asciidoctor: 2.5.10 → 3.0.0
    - asciidoctor.pdf: 2.3.9 → 2.3.19
    - assertj: 3.24.2 → 3.26.3
    - bytebuddy: → 1.15.10
    - commons-csv: 1.10.0 → 1.12.0
    - commons-io: 2.15.0 → 2.17.0
    - commons-lang3: 3.13.0 → 3.17.0
    - guava: 11.0.1 → 11.0.2
    - jackson: 2.15.2 → 2.18.1
    - junit: 5.10.1 → 5.11.3
    - junit-platform: 1.10.1 → 1.11.3
    - log4j: 2.20.0 → 2.24.1
    - mockito: 5.7.0 → 5.14.2
    - spring: 5.3.30 → 5.3.39
    - xmlunit: 2.9.1 → 2.10.0
---
 uimafit-maven-plugin/pom.xml |  2 +-
 uimaj-parent/pom.xml         | 42 +++++++++++++++++++++++++++---------------
 2 files changed, 28 insertions(+), 16 deletions(-)

diff --git a/uimafit-maven-plugin/pom.xml b/uimafit-maven-plugin/pom.xml
index 7ba41704d..b1f197aaf 100644
--- a/uimafit-maven-plugin/pom.xml
+++ b/uimafit-maven-plugin/pom.xml
@@ -111,7 +111,7 @@
     <dependency>
       <groupId>com.google.guava</groupId>
       <artifactId>guava</artifactId>
-      <version>11.0.1</version>
+      <version>11.0.2</version>
     </dependency>
   </dependencies>
 
diff --git a/uimaj-parent/pom.xml b/uimaj-parent/pom.xml
index 723778279..501715a23 100644
--- a/uimaj-parent/pom.xml
+++ b/uimaj-parent/pom.xml
@@ -134,7 +134,6 @@
   </pluginRepositories>
 
   <properties>
-    <commons-collections4-version>4.4</commons-collections4-version>
     <tycho-version>4.0.9</tycho-version>
     
     <!-- 
@@ -150,24 +149,27 @@
     <maven.version>3.8.1</maven.version>
 
     <asciidoctor.plugin.version>2.2.4</asciidoctor.plugin.version>
-    <asciidoctor.version>2.5.10</asciidoctor.version>
-    <asciidoctor.pdf.version>2.3.9</asciidoctor.pdf.version>
-    <assertj-version>3.24.2</assertj-version>
+    <asciidoctor.version>3.0.0</asciidoctor.version>
+    <asciidoctor.pdf.version>2.3.19</asciidoctor.pdf.version>
+    <assertj-version>3.26.3</assertj-version>
     <bnd-version>7.0.0</bnd-version>
-    <commons-csv-version>1.10.0</commons-csv-version>
-    <commons-io-version>2.15.0</commons-io-version>
-    <commons-lang3-version>3.13.0</commons-lang3-version>
+    <bytebuddy-version>1.15.10</bytebuddy-version>
+    <commons-csv-version>1.12.0</commons-csv-version>
+    <commons-collections4-version>4.4</commons-collections4-version>
+    <commons-io-version>2.17.0</commons-io-version>
+    <commons-lang3-version>3.17.0</commons-lang3-version>
     <commons-math3-version>3.6.1</commons-math3-version>
-    <jackson-version>2.15.2</jackson-version>
-    <junit-version>5.10.1</junit-version>
-    <junit-platform-version>1.10.1</junit-platform-version>
+    <jackson-version>2.18.1</jackson-version>
+    <javassist-version>3.30.2-GA</javassist-version>
+    <junit-version>5.11.3</junit-version>
+    <junit-platform-version>1.11.3</junit-platform-version>
     <junit-vintage-version>4.13.2</junit-vintage-version>
-    <log4j-version>2.20.0</log4j-version>
-    <mockito-version>5.7.0</mockito-version>
+    <log4j-version>2.24.1</log4j-version>
+    <mockito-version>5.14.2</mockito-version>
     <opentest4j-version>1.3.0</opentest4j-version>
     <slf4j-version>1.7.36</slf4j-version>
-    <spring-version>5.3.30</spring-version>
-    <xmlunit-version>2.9.1</xmlunit-version>
+    <spring-version>5.3.39</spring-version>
+    <xmlunit-version>2.10.0</xmlunit-version>
 
     <eclipseP2RepoId>org.eclipse.p2.202209</eclipseP2RepoId>
 
@@ -212,6 +214,16 @@
 
   <dependencyManagement>
     <dependencies>
+      <dependency>
+        <groupId>net.bytebuddy</groupId>
+        <artifactId>byte-buddy</artifactId>
+        <version>${bytebuddy-version}</version>
+      </dependency>
+      <dependency>
+        <groupId>net.bytebuddy</groupId>
+        <artifactId>byte-buddy-agent</artifactId>
+        <version>${bytebuddy-version}</version>
+      </dependency>
       <dependency>
         <groupId>org.junit</groupId>
         <artifactId>junit-bom</artifactId>
@@ -366,7 +378,7 @@
       <dependency>
         <groupId>org.javassist</groupId>
         <artifactId>javassist</artifactId>
-        <version>3.29.2-GA</version>
+        <version>${javassist-version}</version>
       </dependency>
 
       <dependency>

Reply via email to