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 8265f1bad TIKA-4327: update scala, microsoft graph, msal4j, opennlp
8265f1bad is described below
commit 8265f1badbac0ac6e125fa076b53ef331f05607c
Author: Tilman Hausherr <[email protected]>
AuthorDate: Fri Apr 18 11:09:42 2025 +0200
TIKA-4327: update scala, microsoft graph, msal4j, opennlp
---
tika-parent/pom.xml | 2 +-
tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml | 4 ++--
tika-pipes/tika-fetchers/tika-fetcher-microsoft-graph/pom.xml | 4 ++--
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 5111ae1fe..7988ac5cc 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -417,7 +417,7 @@
<netty.version>4.2.0.Final</netty.version>
<oak.jackrabbit.version>1.78.0</oak.jackrabbit.version>
<openjson.version>1.0.13</openjson.version>
- <opennlp.version>2.5.3</opennlp.version>
+ <opennlp.version>2.5.4</opennlp.version>
<ops4j.version>1.5.1</ops4j.version>
<optimaize.version>0.6</optimaize.version>
<osgi.compendium.version>5.0.0</osgi.compendium.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 2b6f19fa8..161c46f23 100644
--- a/tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml
+++ b/tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml
@@ -64,12 +64,12 @@
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-reflect</artifactId>
- <version>2.13.16</version>
+ <version>2.13.17-M1</version>
</dependency>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-compiler</artifactId>
- <version>2.13.16</version>
+ <version>2.13.17-M1</version>
</dependency>
<dependency>
<groupId>commons-net</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 a8bb8935a..87e4ca1d3 100644
--- a/tika-pipes/tika-fetchers/tika-fetcher-microsoft-graph/pom.xml
+++ b/tika-pipes/tika-fetchers/tika-fetcher-microsoft-graph/pom.xml
@@ -29,9 +29,9 @@
<name>Apache Tika Microsoft Graph Pipes Fetcher</name>
<properties>
- <microsoft-graph.version>6.34.0</microsoft-graph.version>
+ <microsoft-graph.version>6.36.0</microsoft-graph.version>
<wiremock.version>3.3.1</wiremock.version>
- <msal4j.version>1.20.0</msal4j.version>
+ <msal4j.version>1.20.1</msal4j.version>
<kotlin-stdlib.version>2.1.20</kotlin-stdlib.version>
<microsoft-kiota.version>1.8.4</microsoft-kiota.version>
</properties>