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 9ad9fd220 TIKA-4383: update commons-io, jackrabbit, gson
9ad9fd220 is described below

commit 9ad9fd220daaceca3cdd5d8905dd5e826cfd3808
Author: Tilman Hausherr <[email protected]>
AuthorDate: Sun Apr 13 11:44:11 2025 +0200

    TIKA-4383: update commons-io, jackrabbit, gson
---
 tika-parent/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 64408eafc..8c45d99aa 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -328,7 +328,7 @@
     <commons.compress.version>1.27.1</commons.compress.version>
     <commons.csv.version>1.14.0</commons.csv.version>
     <commons.exec.version>1.4.0</commons.exec.version>
-    <commons.io.version>2.18.0</commons.io.version>
+    <commons.io.version>2.19.0</commons.io.version>
     <commons.lang3.version>3.17.0</commons.lang3.version>
     <commons.logging.version>1.3.5</commons.logging.version>
     <commons.math3.version>3.6.1</commons.math3.version>
@@ -384,7 +384,7 @@
     <mockito.version>4.11.0</mockito.version>
     <netcdf-java.version>4.5.5</netcdf-java.version>
     <netty.version>4.2.0.Final</netty.version>
-    <oak.jackrabbit.version>1.76.0</oak.jackrabbit.version>
+    <oak.jackrabbit.version>1.78.0</oak.jackrabbit.version>
     <openjson.version>1.0.13</openjson.version>
     <!-- 2.0.0 doesn't compile with jdk8 -->
     <opennlp.version>1.9.4</opennlp.version>
@@ -589,7 +589,7 @@
       <dependency>
         <groupId>com.google.code.gson</groupId>
         <artifactId>gson</artifactId>
-        <version>2.12.1</version>
+        <version>2.13.0</version>
       </dependency>
       <dependency>
         <groupId>com.google.guava</groupId>

Reply via email to