Skip to content

Commit 5f73db4

Browse files
committed
Tika is now in version 1.10
1 parent c67f256 commit 5f73db4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@
7676

7777
<properties>
7878
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
79+
<tika.version>1.10</tika.version>
7980
</properties>
8081

8182
<build>
@@ -145,7 +146,7 @@
145146
<dependency>
146147
<groupId>org.apache.tika</groupId>
147148
<artifactId>tika-parsers</artifactId>
148-
<version>1.5</version>
149+
<version>${tika.version}</version>
149150
<exclusions>
150151
<exclusion>
151152
<groupId>commons-logging</groupId>
@@ -191,4 +192,5 @@
191192
</dependency>
192193
</dependencies>
193194

195+
194196
</project>

0 commit comments

Comments
 (0)