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 2020/12/11 13:50:16 UTC

[tika] branch main updated: TIKA-3244: update scala

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 491038d  TIKA-3244: update scala
491038d is described below

commit 491038d6cd631b64ce5506983b381476e7c8a1df
Author: THausherr <ti...@snafu.de>
AuthorDate: Fri Dec 11 14:50:02 2020 +0100

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

diff --git a/tika-parsers/tika-parsers-advanced/tika-age-recogniser/pom.xml b/tika-parsers/tika-parsers-advanced/tika-age-recogniser/pom.xml
index 788d52e..b570e83 100644
--- a/tika-parsers/tika-parsers-advanced/tika-age-recogniser/pom.xml
+++ b/tika-parsers/tika-parsers-advanced/tika-age-recogniser/pom.xml
@@ -156,12 +156,12 @@
     <dependency>
       <groupId>org.scala-lang</groupId>
       <artifactId>scala-library</artifactId>
-      <version>2.10.6</version>
+      <version>2.13.4</version>
     </dependency>
     <dependency>
       <groupId>org.scala-lang</groupId>
       <artifactId>scala-reflect</artifactId>
-      <version>2.10.6</version>
+      <version>2.13.4</version>
     </dependency>
     <dependency>
       <groupId>commons-net</groupId>