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

commit 4b4304f59ecbd698cb0c83b24d2d992f0707ac98
Author: Tilman Hausherr <[email protected]>
AuthorDate: Sat Dec 21 14:03:24 2024 +0100

    TIKA-4326: update msal4j, remove unneeded properties
---
 tika-pipes/tika-fetchers/tika-fetcher-microsoft-graph/pom.xml | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

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 86b17ddf4..8d7866a80 100644
--- a/tika-pipes/tika-fetchers/tika-fetcher-microsoft-graph/pom.xml
+++ b/tika-pipes/tika-fetchers/tika-fetcher-microsoft-graph/pom.xml
@@ -29,18 +29,15 @@
   <name>Apache Tika Microsoft Graph Pipes Fetcher</name>
 
   <properties>
-    <maven.compiler.source>11</maven.compiler.source>
-    <maven.compiler.target>11</maven.compiler.target>
-    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <microsoft-graph.version>6.24.0</microsoft-graph.version>
     <wiremock.version>3.3.1</wiremock.version>
-    <msal4j.version>1.17.3</msal4j.version>
+    <msal4j.version>1.18.0</msal4j.version>
     <kotlin-stdlib.version>2.1.0</kotlin-stdlib.version>
   </properties>
 
   <dependencyManagement>
     <dependencies>
-      <!-- Dependency convergence error oauth2-oidc-sdk vs msal4j TODO check 
after msal4j update >1.7.3 -->
+      <!-- Dependency convergence error oauth2-oidc-sdk vs msal4j TODO check 
after msal4j update >1.8.0 -->
       <dependency>
         <groupId>net.minidev</groupId>
         <artifactId>json-smart</artifactId>

Reply via email to