This is an automated email from the ASF dual-hosted git repository.
tilman pushed a commit to branch branch_1x
in repository https://gitbox.apache.org/repos/asf/tika.git
The following commit(s) were added to refs/heads/branch_1x by this push:
new 181d0b9 TIKA-3244: update scala
181d0b9 is described below
commit 181d0b93ca5b4478c054a41353c4c8e02baaf3ac
Author: Tilman Hausherr <[email protected]>
AuthorDate: Fri Dec 11 14:49:35 2020 +0100
TIKA-3244: update scala
---
tika-nlp/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tika-nlp/pom.xml b/tika-nlp/pom.xml
index 208c438..068a996 100644
--- a/tika-nlp/pom.xml
+++ b/tika-nlp/pom.xml
@@ -172,12 +172,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>