Skip to content

Commit

Permalink
Bump Apache Tika to 1.21 (#331)
Browse files Browse the repository at this point in the history
  • Loading branch information
tovbinm committed Jun 7, 2019
1 parent 0065568 commit 694206c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ configure(allProjs) {
reflectionsVersion = '0.9.11'
collectionsVersion = '3.2.2'
optimaizeLangDetectorVersion = '0.0.1'
tikaVersion = '1.16'
tikaVersion = '1.21'
sparkTestingBaseVersion = '2.3.1_0.10.0'
sourceCodeVersion = '0.1.3'
pegdownVersion = '1.4.2'
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<dependency>
<groupId>org.apache.tika</groupId>
<artifactId>tika-core</artifactId>
<version>1.16</version>
<version>1.21</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 694206c

Please sign in to comment.