Skip to content

Commit

Permalink
Update tika version (#382)
Browse files Browse the repository at this point in the history
  • Loading branch information
erica-chiu authored and tovbinm committed Aug 6, 2019
1 parent 9cf80fd commit 42fc765
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 @@ -79,7 +79,7 @@ configure(allProjs) {
reflectionsVersion = '0.9.11'
collectionsVersion = '3.2.2'
optimaizeLangDetectorVersion = '0.0.1'
tikaVersion = '1.21'
tikaVersion = '1.22'
sparkTestingBaseVersion = '2.4.3_0.12.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.21</version>
<version>1.22</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 42fc765

Please sign in to comment.