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

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


The following commit(s) were added to refs/heads/branch_3x by this push:
     new 0a4cfe066 TIKA-4379: update jline, mircosoft-graph, nimbus, azure; 
exclude http2-common
0a4cfe066 is described below

commit 0a4cfe066df0eea9fe2fd42a9fd2411bb08a5e93
Author: Tilman Hausherr <[email protected]>
AuthorDate: Mon May 12 11:24:38 2025 +0200

    TIKA-4379: update jline, mircosoft-graph, nimbus, azure; exclude 
http2-common
---
 tika-parent/pom.xml                                           | 10 ++++++++--
 tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml      |  2 +-
 tika-pipes/tika-fetchers/tika-fetcher-microsoft-graph/pom.xml |  2 +-
 3 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 0dc91495d..5c4403b2b 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -320,7 +320,7 @@
     <azure.core.http.netty.version>1.15.11</azure.core.http.netty.version>
     <azure.storage.blob.version>12.30.0</azure.storage.blob.version>
     <azure.storage.common>12.29.0</azure.storage.common>
-    <azure-identity.version>1.15.4</azure-identity.version>
+    <azure-identity.version>1.16.0</azure-identity.version>
     <azure.json.version>1.5.0</azure.json.version>
     <azure.xml.version>1.2.0</azure.xml.version>
     <!-- 7.0.0 needs java 17 -->
@@ -452,7 +452,7 @@
     <!-- This has to be < 3.9 to work with Solr 8's integration tests (doesn't 
fail on windows) -->
     <zookeeper.version>3.8.4</zookeeper.version>
     <zstd.version>1.5.7-3</zstd.version>
-    <nimbus-jose-jwt.version>10.2</nimbus-jose-jwt.version>
+    <nimbus-jose-jwt.version>10.3</nimbus-jose-jwt.version>
     <logback.version>1.5.17</logback.version>
     <javacpp.version>1.5.11</javacpp.version>
     <maven.site.version>3.21.0</maven.site.version>
@@ -1220,6 +1220,12 @@
                 <artifactId>hdf5-platform</artifactId>
                 <version>1.14.3-1.5.10</version>
             </coordinate>
+            <!-- [CVE-2025-1948], used in the Solr emitter. No apparent 
upgrade available yet. -->
+            <coordinate>
+                <groupId>org.eclipse.jetty.http2</groupId>
+                <artifactId>http2-common</artifactId>
+                <version>11.0.25</version>
+            </coordinate>
             <coordinate>
               <groupId>org.springframework</groupId>
               <artifactId>spring-context</artifactId>
diff --git a/tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml 
b/tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml
index a1b2edc56..3901819e0 100644
--- a/tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml
+++ b/tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml
@@ -214,7 +214,7 @@
       <dependency>
           <groupId>org.jline</groupId>
           <artifactId>jline</artifactId>
-          <version>3.29.0</version>
+          <version>3.30.0</version>
       </dependency>
       <dependency>
           <groupId>javax.activation</groupId>
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 da3820af2..f8664352a 100644
--- a/tika-pipes/tika-fetchers/tika-fetcher-microsoft-graph/pom.xml
+++ b/tika-pipes/tika-fetchers/tika-fetcher-microsoft-graph/pom.xml
@@ -29,7 +29,7 @@
   <name>Apache Tika Microsoft Graph Pipes Fetcher</name>
 
   <properties>
-    <microsoft-graph.version>6.36.0</microsoft-graph.version>
+    <microsoft-graph.version>6.37.0</microsoft-graph.version>
     <wiremock.version>3.3.1</wiremock.version>
     <msal4j.version>1.20.1</msal4j.version>
     <kotlin-stdlib.version>2.1.20</kotlin-stdlib.version>

Reply via email to