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

tilman pushed a commit to branch branch_2x
in repository https://gitbox.apache.org/repos/asf/tika.git


The following commit(s) were added to refs/heads/branch_2x by this push:
     new 8570d38a8 TIKA-4239: update commons-log, reactor-netty, spring, 
reactor-core, azure-storage-blob, gson, add uimaj-cpe and 
error_prone_annotations versions
8570d38a8 is described below

commit 8570d38a8ee5a19774dde3bc4bd08fc73e5f2f97
Author: Tilman Hausherr <[email protected]>
AuthorDate: Mon May 20 10:15:13 2024 +0200

    TIKA-4239: update commons-log, reactor-netty, spring, reactor-core, 
azure-storage-blob, gson, add uimaj-cpe and error_prone_annotations versions
---
 tika-parent/pom.xml | 24 ++++++++++++++++++------
 1 file changed, 18 insertions(+), 6 deletions(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 36cb6e90f..d21cee322 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -326,7 +326,7 @@
     <commons.exec.version>1.4.0</commons.exec.version>
     <commons.io.version>2.16.1</commons.io.version>
     <commons.lang3.version>3.14.0</commons.lang3.version>
-    <commons.logging.version>1.3.1</commons.logging.version>
+    <commons.logging.version>1.3.2</commons.logging.version>
     <commons.math3.version>3.6.1</commons.math3.version>
     <commons.net.version>3.10.0</commons.net.version>
     <commons.fileupload.version>1.5</commons.fileupload.version>
@@ -389,14 +389,14 @@
     <!-- NOTE: sync tukaani version with commons-compress in tika-parsers -->
     <poi.version>5.2.5</poi.version>
     <quartz.version>2.3.2</quartz.version>
-    <reactor.netty.version>1.1.18</reactor.netty.version>
+    <reactor.netty.version>1.1.19</reactor.netty.version>
     <rome.version>2.1.0</rome.version>
     <scm.version>2.1.0</scm.version>
     <sis.version>1.3</sis.version>
     <slf4j.version>2.0.10</slf4j.version>
     <solrj.version>8.11.3</solrj.version>
     <!-- NOTE: Spring 6 requires jdk17 -->
-    <spring.version>5.3.33</spring.version>
+    <spring.version>5.3.35</spring.version>
     <sqlite.version>3.45.3.0</sqlite.version>
     <tagsoup.version>1.2.1</tagsoup.version>
     <test.containers.version>1.19.8</test.containers.version>
@@ -405,6 +405,7 @@
     <twelvemonkeys.version>3.10.1</twelvemonkeys.version>
     <uima.version>3.4.1</uima.version>
     <uimafit.version>3.4.0</uimafit.version>
+    <uimaj.cpe.version>3.5.0</uimaj.cpe.version>
     <vorbis.version>0.8</vorbis.version>
     <xerces.version>2.12.2</xerces.version>
     <xmpcore.version>6.1.11</xmpcore.version>
@@ -488,7 +489,7 @@
       <dependency>
         <groupId>com.azure</groupId>
         <artifactId>azure-storage-blob</artifactId>
-        <version>12.25.4</version>
+        <version>12.26.0</version>
       </dependency>
       <dependency>
         <groupId>com.azure</groupId>
@@ -570,7 +571,7 @@
       <dependency>
         <groupId>com.google.code.gson</groupId>
         <artifactId>gson</artifactId>
-        <version>2.10.1</version>
+        <version>2.11.0</version>
       </dependency>
       <dependency>
         <groupId>com.google.guava</groupId>
@@ -673,7 +674,7 @@
       <dependency>
         <groupId>io.projectreactor</groupId>
         <artifactId>reactor-core</artifactId>
-        <version>3.6.5</version>
+        <version>3.6.6</version>
       </dependency>
       <dependency>
         <groupId>io.projectreactor.netty</groupId>
@@ -945,6 +946,12 @@
         <version>${uima.version}</version>
         <scope>provided</scope>
       </dependency>
+      <dependency>
+        <groupId>org.apache.uima</groupId>
+        <artifactId>uimaj-cpe</artifactId>
+        <version>${uimaj.cpe.version}</version>
+        <scope>provided</scope>
+      </dependency>
       <dependency>
         <groupId>org.xerial.snappy</groupId>
         <artifactId>snappy-java</artifactId>
@@ -994,6 +1001,11 @@
           <artifactId>hdf5-platform</artifactId>
           <version>${hdf5.version}</version>
       </dependency>
+      <dependency>
+          <groupId>com.google.errorprone</groupId>
+          <artifactId>error_prone_annotations</artifactId>
+          <version>2.27.0</version>
+      </dependency>
     </dependencies>
   </dependencyManagement>
 

Reply via email to