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
commit 8b3247145187968d4be0798609ecf5cf61be5771 Author: Tilman Hausherr <[email protected]> AuthorDate: Tue Sep 2 21:53:51 2025 +0200 TIKA-4327: update jetbrains annotations, kotlin --- tika-langdetect/tika-langdetect-optimaize/pom.xml | 2 +- tika-pipes/tika-fetchers/tika-fetcher-microsoft-graph/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tika-langdetect/tika-langdetect-optimaize/pom.xml b/tika-langdetect/tika-langdetect-optimaize/pom.xml index d72b3cbc0..9bb60ed52 100644 --- a/tika-langdetect/tika-langdetect-optimaize/pom.xml +++ b/tika-langdetect/tika-langdetect-optimaize/pom.xml @@ -43,7 +43,7 @@ <dependency> <groupId>org.jetbrains</groupId> <artifactId>annotations</artifactId> - <version>26.0.2</version> + <version>26.0.2-1</version> </dependency> <!-- test dependencies --> <dependency> 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 4473a980d..d3924f5a6 100644 --- a/tika-pipes/tika-fetchers/tika-fetcher-microsoft-graph/pom.xml +++ b/tika-pipes/tika-fetchers/tika-fetcher-microsoft-graph/pom.xml @@ -32,7 +32,7 @@ <microsoft-graph.version>6.51.0</microsoft-graph.version> <wiremock.version>3.3.1</wiremock.version> <msal4j.version>1.30.0-beta</msal4j.version> - <kotlin-stdlib.version>2.2.20-RC</kotlin-stdlib.version> + <kotlin-stdlib.version>2.2.20-RC2</kotlin-stdlib.version> <microsoft-kiota.version>1.8.9</microsoft-kiota.version> </properties>
