You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ti...@apache.org on 2024/02/22 10:29:52 UTC

(tika) 02/02: TIKA-4162: update scala-reflect

This is an automated email from the ASF dual-hosted git repository.

tilman pushed a commit to branch branch_2x
in repository https://gitbox.apache.org/repos/asf/tika.git

commit b42a631c2e6474099d324a9f9c28ed77c9d68319
Author: Tilman Hausherr <ti...@apache.org>
AuthorDate: Thu Feb 22 11:29:34 2024 +0100

    TIKA-4162: update scala-reflect
---
 tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 a01dde717..01eb26011 100644
--- a/tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml
+++ b/tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml
@@ -55,7 +55,7 @@
       <dependency>
         <groupId>org.scala-lang</groupId>
         <artifactId>scala-reflect</artifactId>
-        <version>2.13.12</version>
+        <version>2.13.13</version>
       </dependency>
       <dependency>
         <groupId>commons-net</groupId>