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 17e71b9a7 TIKA-4379: update osgi-resource-locator, msal4j, sqlite,
azure-identity, zstd
17e71b9a7 is described below
commit 17e71b9a708a2118dc75d3c3122607596c233624
Author: Tilman Hausherr <[email protected]>
AuthorDate: Mon Feb 10 10:30:54 2025 +0100
TIKA-4379: update osgi-resource-locator, msal4j, sqlite, azure-identity,
zstd
---
tika-parent/pom.xml | 6 +++---
tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml | 2 +-
tika-pipes/tika-fetchers/tika-fetcher-microsoft-graph/pom.xml | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index a7f1e53c8..73d3bb6df 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -320,7 +320,7 @@
<azure.core.http.netty.version>1.15.8</azure.core.http.netty.version>
<azure.storage.blob.version>12.29.0</azure.storage.blob.version>
<azure.storage.common>12.28.0</azure.storage.common>
- <azure-identity.version>1.15.0</azure-identity.version>
+ <azure-identity.version>1.15.1</azure-identity.version>
<azure.json.version>1.4.0</azure.json.version>
<azure.xml.version>1.2.0</azure.xml.version>
<!-- 7.0.0 needs java 17 -->
@@ -436,7 +436,7 @@
<!-- NOTE: Spring 6 requires jdk17 -->
<!-- remove from ossindex when bumping from 5.3.39 -->
<spring.version>5.3.39</spring.version>
- <sqlite.version>3.48.0.0</sqlite.version>
+ <sqlite.version>3.49.0.0</sqlite.version>
<stax.ex.version>2.1.0</stax.ex.version>
<testcontainers.version>1.20.4</testcontainers.version>
<!-- NOTE: sync tukaani version with commons-compress in tika-parent -->
@@ -452,7 +452,7 @@
<xmpcore.version>6.1.11</xmpcore.version>
<!-- 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.6-9</zstd.version>
+ <zstd.version>1.5.6-10</zstd.version>
<nimbus-jose-jwt.version>10.0.1</nimbus-jose-jwt.version>
<logback.version>1.5.16</logback.version>
<javacpp.version>1.5.11</javacpp.version>
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 6eb50ee97..2eee1311f 100644
--- a/tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml
+++ b/tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml
@@ -239,7 +239,7 @@
<dependency>
<groupId>org.glassfish.hk2</groupId>
<artifactId>osgi-resource-locator</artifactId>
- <version>2.4.0</version>
+ <version>3.0.0</version>
</dependency>
<dependency>
<groupId>dnsjava</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 cb9e29383..92559b0ff 100644
--- a/tika-pipes/tika-fetchers/tika-fetcher-microsoft-graph/pom.xml
+++ b/tika-pipes/tika-fetchers/tika-fetcher-microsoft-graph/pom.xml
@@ -31,13 +31,13 @@
<properties>
<microsoft-graph.version>6.27.0</microsoft-graph.version>
<wiremock.version>3.3.1</wiremock.version>
- <msal4j.version>1.18.0</msal4j.version>
+ <msal4j.version>1.19.0</msal4j.version>
<kotlin-stdlib.version>2.1.10</kotlin-stdlib.version>
</properties>
<dependencyManagement>
<dependencies>
- <!-- Dependency convergence error oauth2-oidc-sdk vs msal4j TODO check
after msal4j update >1.8.0 -->
+ <!-- Dependency convergence error oauth2-oidc-sdk vs msal4j TODO check
after msal4j update >1.19.0 -->
<dependency>
<groupId>net.minidev</groupId>
<artifactId>json-smart</artifactId>