Skip to content

Commit

Permalink
Upgrade Tika libraries from 2.2.0 to 2.2.1
Browse files Browse the repository at this point in the history
Also update PDFBox to 2.0.25 as per Tika release notes

Signed-off-by: Kartik Ganesh <[email protected]>
  • Loading branch information
kartg committed May 3, 2022
1 parent b8b2025 commit 246a885
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions plugins/ingest-attachment/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ opensearchplugin {
}

versions << [
'tika' : '2.2.0',
'pdfbox': '2.0.24',
'tika' : '2.2.1',
'pdfbox': '2.0.25',
'poi' : '4.1.2',
'mime4j': '0.8.3'
]
Expand Down
1 change: 0 additions & 1 deletion plugins/ingest-attachment/licenses/fontbox-2.0.24.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions plugins/ingest-attachment/licenses/fontbox-2.0.25.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
f6644a1eb1d165eded719a88bf7bdcff91740b98
1 change: 0 additions & 1 deletion plugins/ingest-attachment/licenses/pdfbox-2.0.24.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions plugins/ingest-attachment/licenses/pdfbox-2.0.25.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
c18cd03ff3a2dfc3c4a30d3a35173bd2690bcb92

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0b035ff68666e1aa671185d53b5b2eeff75447d7

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ece478f9fdc31eec05d543843ee6d3c456c3be70

0 comments on commit 246a885

Please sign in to comment.