Skip to content

Commit

Permalink
Bump Tika from 2.4.0 to 2.5.0 addressing CVE-2022-33879.
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Bogan <rbogan@amazon.com>
  • Loading branch information
mch2 authored and ryanbogan committed Jan 26, 2023
1 parent b2623e7 commit ff0cd35
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- Update Jackson to 2.14.0 ([#5105](https://github.com/opensearch-project/OpenSearch/pull/5105))
- Upgrade zookeeper dependency in hdfs-fixture ([#5007](https://github.com/opensearch-project/OpenSearch/pull/5007))
- Bump `woodstox-core` to 6.4.0 ([#4947](https://github.com/opensearch-project/OpenSearch/pull/4947))
- Bumps `tika` from 2.4.0 to 2.5.0 ([#4791](https://github.com/opensearch-project/OpenSearch/pull/4791))

### Changed
- Dependency updates (httpcore, mockito, slf4j, httpasyncclient, commons-codec) ([#4308](https://github.com/opensearch-project/OpenSearch/pull/4308))
Expand Down
2 changes: 1 addition & 1 deletion plugins/ingest-attachment/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ opensearchplugin {
}

versions << [
'tika' : '2.4.0',
'tika' : '2.5.0',
'pdfbox': '2.0.25',
'poi' : '5.2.2',
'mime4j': '0.8.3'
Expand Down

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

0 comments on commit ff0cd35

Please sign in to comment.