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 6be917925 TIKA-4488: update scala
6be917925 is described below

commit 6be917925b0d66393a3827d0edced1d77f30bcab
Author: Tilman Hausherr <[email protected]>
AuthorDate: Thu Oct 2 09:50:34 2025 +0200

    TIKA-4488: update scala
---
 tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 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 8740b5d0e..3976bb09e 100644
--- a/tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml
+++ b/tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml
@@ -59,12 +59,12 @@
       <dependency>
         <groupId>org.scala-lang</groupId>
         <artifactId>scala-reflect</artifactId>
-        <version>2.13.16</version>
+        <version>2.13.17</version>
       </dependency>
       <dependency>
         <groupId>org.scala-lang</groupId>
         <artifactId>scala-compiler</artifactId>
-        <version>2.13.16</version>
+        <version>2.13.17</version>
         <exclusions>
             <exclusion>
                 <groupId>org.jline</groupId>

Reply via email to