Skip to content

Commit cd8fa4f

Browse files
authored
Bump org.apache.poi version from 5.2.5 to 5.4.1 in /plugins/ingest-attachment (#17887)
* Upgrade org.apache.poi version from 5.2.5 to 5.4.1 Signed-off-by: Craig Perkins <[email protected]> * Add to CHANGELOG Signed-off-by: Craig Perkins <[email protected]> --------- Signed-off-by: Craig Perkins <[email protected]>
1 parent 11618fd commit cd8fa4f

10 files changed

+6
-5
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6363
- Bump `reactor_netty` from 1.1.26 to 1.2.3 ([#17322](https://github.com/opensearch-project/OpenSearch/pull/17322), [#17377](https://github.com/opensearch-project/OpenSearch/pull/17377))
6464
- Bump `com.google.api.grpc:proto-google-iam-v1` from 1.33.0 to 1.49.1 ([#17811](https://github.com/opensearch-project/OpenSearch/pull/17811))
6565
- Bump `com.azure:azure-core` from 1.54.1 to 1.55.3 ([#17810](https://github.com/opensearch-project/OpenSearch/pull/17810))
66+
- 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))
6667

6768
### Changed
6869

plugins/ingest-attachment/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ opensearchplugin {
4040
versions << [
4141
'tika' : '2.9.2',
4242
'pdfbox': '2.0.31',
43-
'poi' : '5.2.5',
43+
'poi' : '5.4.1',
4444
'mime4j': '0.8.11'
4545
]
4646

plugins/ingest-attachment/licenses/poi-5.2.5.jar.sha1

-1
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
e4c74c59e13f62d8edd215756d14ce55566c6efe

plugins/ingest-attachment/licenses/poi-ooxml-5.2.5.jar.sha1

-1
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
508ed3e7fcc775738415870d0bc6d27196317fe3

plugins/ingest-attachment/licenses/poi-ooxml-lite-5.2.5.jar.sha1

-1
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
0ed2246f88254ba40fc2e7999c8f8e4e9031208a

plugins/ingest-attachment/licenses/poi-scratchpad-5.2.5.jar.sha1

-1
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ba43fb23ab262865b349d58d6ef1218755eef228

0 commit comments

Comments
 (0)