Skip to content

Commit 2a079dd

Browse files
committed
fix: security: bump commons-lang3, bcprov-jdk18on, bouncycastle
1 parent cf5e1dc commit 2a079dd

20 files changed

+17
-12
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ 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.bouncycastle:bc-fips` from 2.0.0 to 2.1.0 ([#19155](https://github.com/opensearch-project/OpenSearch/pull/19155))
16+
- Bump `org.apache.commons:commons-lang3` from 3.14.0 to 3.18.0 ([#19155](https://github.com/opensearch-project/OpenSearch/pull/19155))
17+
- Bump `org.bouncycastle:bcprov-jdk18on` from 1.78 to 1.79 ([#19155](https://github.com/opensearch-project/OpenSearch/pull/19155))
18+
- Bump `org.bouncycastle:bcmail-jdk18on` from 1.78 to 1.79 ([#19155](https://github.com/opensearch-project/OpenSearch/pull/19155))
19+
- Bump `org.bouncycastle:bcpkix-jdk18on` from 1.78 to 1.79 ([#19155](https://github.com/opensearch-project/OpenSearch/pull/19155))
1520

1621
### Deprecated
1722

distribution/tools/plugin-cli/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies {
3838
compileOnly project(":server")
3939
compileOnly project(":libs:opensearch-cli")
4040
api "org.bouncycastle:bcpg-fips:2.0.9"
41-
api "org.bouncycastle:bc-fips:2.0.0"
41+
api "org.bouncycastle:bc-fips:2.1.0"
4242
testImplementation project(":test:framework")
4343
testImplementation 'com.google.jimfs:jimfs:1.3.0'
4444
testRuntimeOnly("com.google.guava:guava:${versions.guava}") {

distribution/tools/plugin-cli/licenses/bc-fips-2.0.0.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+
c8df3d47f9854f3e9ca57e9fc862da18c9381fa9

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ httpcore = "4.4.16"
4747
httpasyncclient = "4.1.5"
4848
commonslogging = "1.2"
4949
commonscodec = "1.16.1"
50-
commonslang = "3.14.0"
50+
commonslang = "3.18.0"
5151
commonscompress = "1.26.1"
5252
commonsio = "2.16.0"
5353
# plugin dependencies
@@ -57,7 +57,7 @@ reactivestreams = "1.0.4"
5757
# when updating this version, you need to ensure compatibility with:
5858
# - plugins/ingest-attachment (transitive dependency, check the upstream POM)
5959
# - distribution/tools/plugin-cli
60-
bouncycastle="1.78"
60+
bouncycastle="1.79"
6161
# test dependencies
6262
randomizedrunner = "2.7.1"
6363
junit = "4.13.2"

plugins/identity-shiro/licenses/bcprov-jdk18on-1.78.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+
4d8e2732bcee15f1db93df266c3f5b70ce5cac21

plugins/ingest-attachment/licenses/bcmail-jdk18on-1.78.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+
5a18b9cdc322371172c35adcee672b1396a4655c

plugins/ingest-attachment/licenses/bcpkix-jdk18on-1.78.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)