Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Bump `netty` from 4.1.118.Final to 4.1.121.Final ([#18192](https://github.com/opensearch-project/OpenSearch/pull/18192))
- Bump Apache Lucene to 9.12.2 ([#18574](https://github.com/opensearch-project/OpenSearch/pull/18574))
- Bump `commons-beanutils:commons-beanutils` from 1.9.4 to 1.11.0 ([#18401](https://github.com/opensearch-project/OpenSearch/issues/18401))
- Bump `org.apache.poi` version from 5.2.5 to 5.4.1 in /plugins/ingest-attachment ([#17887](https://github.com/opensearch-project/OpenSearch/pull/17887))

### Deprecated

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 @@ -40,7 +40,7 @@ opensearchplugin {
versions << [
'tika' : '2.9.2',
'pdfbox': '2.0.31',
'poi' : '5.2.5',
'poi' : '5.4.1',
'mime4j': '0.8.11'
]

Expand Down
1 change: 0 additions & 1 deletion plugins/ingest-attachment/licenses/poi-5.2.5.jar.sha1

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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