Skip to content

Commit a62b074

Browse files
committed
Bump BouncyCastle and password4j
Changes: - Bump `org.bouncycastle:bc-fips` from 2.0.0 to 2.1.0 - Bump `org.bouncycastle:bctls-fips` from 2.0.19 to 2.1.20 - Bump `org.bouncycastle:bcpkix-fips` from 2.0.10 to 2.1.9 - Bump `org.bouncycastle:bcutil-fips` from 2.0.3 to 2.1.11 - Bump `com.password4j:password4j` from 1.8.2 to 1.8.3 Signed-off-by: Andrey Pleskach <[email protected]>
1 parent 16d0fb5 commit a62b074

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
3232
- Bump `com.azure:azure-core-http-netty` from 1.15.11 to 1.15.12 ([#18586](https://github.com/opensearch-project/OpenSearch/pull/18586))
3333
- Bump `com.squareup.okio:okio` from 3.13.0 to 3.14.0 ([#18645](https://github.com/opensearch-project/OpenSearch/pull/18645))
3434
- Bump `com.netflix.nebula.ospackage-base` from 11.11.2 to 12.0.0 ([#18646](https://github.com/opensearch-project/OpenSearch/pull/18646))
35+
- Bump `org.bouncycastle:bc-fips` from 2.0.0 to 2.1.0 ([#18668](https://github.com/opensearch-project/OpenSearch/pull/18668))
36+
- Bump `org.bouncycastle:bctls-fips` from 2.0.19 to 2.1.20 ([#18668](https://github.com/opensearch-project/OpenSearch/pull/18668))
37+
- Bump `org.bouncycastle:bcpkix-fips` from 2.0.10 to 2.1.9 ([#18668](https://github.com/opensearch-project/OpenSearch/pull/18668))
38+
- Bump `org.bouncycastle:bcutil-fips` from 2.0.3 to 2.1.11 ([#18668](https://github.com/opensearch-project/OpenSearch/pull/18668))
39+
- Bump `com.password4j:password4j` from 1.8.2 to 1.8.3 ([#18668](https://github.com/opensearch-project/OpenSearch/pull/18668))
40+
41+
3542

3643
### Deprecated
3744

gradle/libs.versions.toml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,13 @@ hadoop3 = "3.3.6"
6161
# when updating this version, you need to ensure compatibility with:
6262
# - plugins/ingest-attachment (transitive dependency, check the upstream POM)
6363
# - distribution/tools/plugin-cli
64-
bouncycastle_jce = "2.0.0"
65-
bouncycastle_tls = "2.0.19"
66-
bouncycastle_pkix = "2.0.7"
67-
bouncycastle_pg = "2.0.10"
68-
bouncycastle_util = "2.0.3"
69-
password4j = "1.8.2"
64+
bouncycastle_jce = "2.1.0"
65+
bouncycastle_tls = "2.1.20"
66+
bouncycastle_pkix = "2.1.9"
67+
bouncycastle_pg = "2.1.11"
68+
bouncycastle_util = "2.1.4"
69+
password4j = "1.8.3"
70+
7071
# test dependencies
7172
randomizedrunner = "2.7.1"
7273
junit = "4.13.2"

0 commit comments

Comments
 (0)