Skip to content

Commit 7dfdd5b

Browse files
[Backport 2.19] Bump tika from 2.9.2 to 3.2.2 (#19242)
* Bump tika from 2.9.2 to 3.2.2 (#19125) * Fix tika CVE Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com> * Update CHANGELOG.md Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com> * fix html parser Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com> * fix html parser Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com> * fix html parser Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com> * Add license Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com> * Add license Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com> * Update checksums Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com> * Update shas Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com> * Add pdf box license Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com> * Fix tests Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com> * Update security fonts permission Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com> * Add dummy fonts Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com> * Upstream fetch Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com> * Fix license check error Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com> * Fix license check error Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com> --------- Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com> * Update changelog Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com> * remove old sha Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com> * Update changlog Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com> * Remove ingestion-kafka Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com> --------- Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>
1 parent 859602f commit 7dfdd5b

File tree

78 files changed

+391
-51
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+391
-51
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@
1010
*.bcfks binary
1111
*.crt binary
1212
*.p12 binary
13+
*.ttf binary
1314
*.txt text=auto

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1212
- Bump Apache Lucene to 9.12.2 ([#18574](https://github.com/opensearch-project/OpenSearch/pull/18574))
1313
- Bump `commons-beanutils:commons-beanutils` from 1.9.4 to 1.11.0 ([#18401](https://github.com/opensearch-project/OpenSearch/issues/18401))
1414
- 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))
15+
- Bump `org.apache.tika` from 2.9.2 to 3.2.2 ([#19242](https://github.com/opensearch-project/OpenSearch/pull/19242))
16+
- Bump `org.apache.commons:commons-compress` from 1.26.1 to 1.28.0 ([#19125](https://github.com/opensearch-project/OpenSearch/pull/19242))
17+
- Bump `org.apache.commons:commonscodec` from 1.16.1 to 1.18.0 ([#19125](https://github.com/opensearch-project/OpenSearch/pull/19242))
1518

1619
### Deprecated
1720

client/rest/licenses/commons-codec-1.16.1.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ee45d1cf6ec2cc2b809ff04b4dc7aec858e0df8f

client/sniffer/licenses/commons-codec-1.16.1.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ee45d1cf6ec2cc2b809ff04b4dc7aec858e0df8f

distribution/tools/plugin-cli/build.gradle

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,5 +80,10 @@ thirdPartyAudit.ignoreMissingClasses(
8080
'org.tukaani.xz.XZOutputStream',
8181
'org.apache.commons.codec.digest.PureJavaCrc32C',
8282
'org.apache.commons.codec.digest.XXHash32',
83-
'org.apache.commons.lang3.reflect.FieldUtils'
83+
'org.apache.commons.lang3.reflect.FieldUtils',
84+
'org.apache.commons.lang3.ArrayFill',
85+
'org.apache.commons.lang3.ArrayUtils',
86+
'org.apache.commons.lang3.StringUtils',
87+
'org.apache.commons.lang3.SystemProperties',
88+
'org.apache.commons.lang3.function.Suppliers'
8489
)

distribution/tools/plugin-cli/licenses/commons-compress-1.26.1.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
e482f2c7a88dac3c497e96aa420b6a769f59c8d7

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ httpclient = "4.5.14"
4646
httpcore = "4.4.16"
4747
httpasyncclient = "4.1.5"
4848
commonslogging = "1.2"
49-
commonscodec = "1.16.1"
50-
commonslang = "3.14.0"
51-
commonscompress = "1.26.1"
49+
commonscodec = "1.18.0"
50+
commonslang = "3.18.0"
51+
commonscompress = "1.28.0"
5252
commonsio = "2.16.0"
5353
# plugin dependencies
5454
aws = "2.20.86"

0 commit comments

Comments
 (0)