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 9f94799669 TIKA-4327: update tyrus, kiota, solrj, spotless-maven-plugin
9f94799669 is described below

commit 9f94799669a6ebe83fb02a5ee2fa4bbf137a9014
Author: Tilman Hausherr <[email protected]>
AuthorDate: Tue Mar 3 13:21:55 2026 +0100

    TIKA-4327: update tyrus, kiota, solrj, spotless-maven-plugin
---
 tika-parent/pom.xml                                              | 4 ++--
 tika-pipes/tika-pipes-plugins/tika-pipes-microsoft-graph/pom.xml | 2 +-
 tika-translate/pom.xml                                           | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 8b796f21a1..a5d730dfc0 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -438,7 +438,7 @@
     <slf4j.version>2.0.17</slf4j.version>
     <sis.version>1.6</sis.version>
     <snappy.version>1.1.10.8</snappy.version>
-    <solrj.version>9.10.0</solrj.version>
+    <solrj.version>9.10.1</solrj.version>
     <spring.version>7.0.5</spring.version>
     <sqlite.version>3.51.2.0</sqlite.version>
     <stax.ex.version>2.1.0</stax.ex.version>
@@ -1564,7 +1564,7 @@
       <plugin>
         <groupId>com.diffplug.spotless</groupId>
         <artifactId>spotless-maven-plugin</artifactId>
-        <version>3.2.1</version>
+        <version>3.3.0</version>
         <configuration>
           <java>
             <includes>
diff --git a/tika-pipes/tika-pipes-plugins/tika-pipes-microsoft-graph/pom.xml 
b/tika-pipes/tika-pipes-plugins/tika-pipes-microsoft-graph/pom.xml
index df679c8f6f..7a431381ba 100644
--- a/tika-pipes/tika-pipes-plugins/tika-pipes-microsoft-graph/pom.xml
+++ b/tika-pipes/tika-pipes-plugins/tika-pipes-microsoft-graph/pom.xml
@@ -33,7 +33,7 @@
     <wiremock.version>3.3.1</wiremock.version>
     <msal4j.version>1.30.0-beta</msal4j.version>
     <kotlin-stdlib.version>2.3.10</kotlin-stdlib.version>
-    <microsoft-kiota.version>1.9.0</microsoft-kiota.version>
+    <microsoft-kiota.version>1.9.1</microsoft-kiota.version>
     <!-- Never include the core artifacts in your plugin lib directory. If you 
do, it will cause the classloading
     to get messed up when finding your plugins. -->
     
<plugin.excluded.artifactIds>tika-core,tika-pipes-api,tika-serialization,tika-plugins-core</plugin.excluded.artifactIds>
diff --git a/tika-translate/pom.xml b/tika-translate/pom.xml
index 010b9734d6..3a608f5a15 100644
--- a/tika-translate/pom.xml
+++ b/tika-translate/pom.xml
@@ -95,7 +95,7 @@
     <dependency>
       <groupId>org.glassfish.tyrus.bundles</groupId>
       <artifactId>tyrus-standalone-client</artifactId>
-      <version>2.2.1</version>
+      <version>2.2.2</version>
     </dependency>
   </dependencies>
   <reporting>

Reply via email to