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 669a594cd TIKA-4327: update scala
669a594cd is described below

commit 669a594cd90ae53ab07dd13b8f865deb28433940
Author: Tilman Hausherr <[email protected]>
AuthorDate: Thu Oct 2 14:05:11 2025 +0200

    TIKA-4327: update scala
---
 tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

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 b8baf5c52..a2ac44bbd 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.17-M1</version>
+        <version>2.13.17</version>
       </dependency>
       <dependency>
-          <groupId>org.scala-lang</groupId>
-          <artifactId>scala-compiler</artifactId>
-          <version>2.13.17-M1</version>
+        <groupId>org.scala-lang</groupId>
+        <artifactId>scala-compiler</artifactId>
+        <version>2.13.17</version>
       </dependency>
       <dependency>
         <groupId>commons-net</groupId>

Reply via email to