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

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


The following commit(s) were added to refs/heads/main by this push:
     new a71bc14df TIKA-4327: update kotlin, kafka, solrj
a71bc14df is described below

commit a71bc14dfdf03f54e787ed0bd7f7b3f38c67ec9b
Author: Tilman Hausherr <[email protected]>
AuthorDate: Thu Mar 20 20:37:13 2025 +0100

    TIKA-4327: update kotlin, kafka, solrj
---
 tika-parent/pom.xml                                           | 4 ++--
 tika-pipes/tika-fetchers/tika-fetcher-microsoft-graph/pom.xml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index ce74dea41..5595372ba 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -401,7 +401,7 @@
     <juniversalchardet.version>2.5.0</juniversalchardet.version>
     <junrar.version>7.5.5</junrar.version>
     <jwarc.version>0.31.1</jwarc.version>
-    <kafka.version>3.9.0</kafka.version>
+    <kafka.version>4.0.0</kafka.version>
     <libpst.version>0.9.3</libpst.version>
     <log4j2.version>2.24.3</log4j2.version>
     <!-- can't update to 10, needs jdk21 -->
@@ -436,7 +436,7 @@
     <slf4j.version>2.0.17</slf4j.version>
     <sis.version>1.4</sis.version>
     <snappy.version>1.1.10.7</snappy.version>
-    <solrj.version>9.8.0</solrj.version>
+    <solrj.version>9.8.1</solrj.version>
     <spring.version>6.2.4</spring.version>
     <sqlite.version>3.49.1.0</sqlite.version>
     <stax.ex.version>2.1.0</stax.ex.version>
diff --git a/tika-pipes/tika-fetchers/tika-fetcher-microsoft-graph/pom.xml 
b/tika-pipes/tika-fetchers/tika-fetcher-microsoft-graph/pom.xml
index 34a7a0a05..a82663a8a 100644
--- a/tika-pipes/tika-fetchers/tika-fetcher-microsoft-graph/pom.xml
+++ b/tika-pipes/tika-fetchers/tika-fetcher-microsoft-graph/pom.xml
@@ -33,7 +33,7 @@
     <wiremock.version>3.3.1</wiremock.version>
     <!-- TODO when updating msal4j >1.18.0, check whether json-smart is still 
needed below -->
     <msal4j.version>1.19.1</msal4j.version>
-    <kotlin-stdlib.version>2.1.10</kotlin-stdlib.version>
+    <kotlin-stdlib.version>2.1.20</kotlin-stdlib.version>
     <microsoft-kiota.version>1.8.4</microsoft-kiota.version>
   </properties>
 

Reply via email to