Skip to content

Commit 54b8f05

Browse files
Bump BouncyCastle and password4j (#18668)
Changes: - Bump org.bouncycastle:bctls-fips from 2.0.19 to 2.0.20 - Bump org.bouncycastle:bcpkix-fips from 2.0.7 to 2.0.8 - Bump org.bouncycastle:bcpg-fips from 2.0.10 to 2.0.11 - Bump com.password4j:password4j from 1.8.2 to 1.8.3 Signed-off-by: Andrey Pleskach <ples@aiven.io>
1 parent 1e00145 commit 54b8f05

File tree

14 files changed

+15
-10
lines changed

14 files changed

+15
-10
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
3434
- Bump `com.squareup.okio:okio` from 3.13.0 to 3.14.0 ([#18645](https://github.com/opensearch-project/OpenSearch/pull/18645))
3535
- Bump `com.netflix.nebula.ospackage-base` from 11.11.2 to 12.0.0 ([#18646](https://github.com/opensearch-project/OpenSearch/pull/18646))
3636
- Bump `com.azure:azure-storage-blob` from 12.30.0 to 12.30.1 ([#18644](https://github.com/opensearch-project/OpenSearch/pull/18644))
37+
- Bump `org.bouncycastle:bctls-fips` from 2.0.19 to 2.0.20 ([#18668](https://github.com/opensearch-project/OpenSearch/pull/18668))
38+
- Bump `org.bouncycastle:bcpkix-fips` from 2.0.7 to 2.0.8 ([#18668](https://github.com/opensearch-project/OpenSearch/pull/18668))
39+
- Bump `org.bouncycastle:bcpg-fips` from 2.0.10 to 2.0.11 ([#18668](https://github.com/opensearch-project/OpenSearch/pull/18668))
40+
- Bump `com.password4j:password4j` from 1.8.2 to 1.8.3 ([#18668](https://github.com/opensearch-project/OpenSearch/pull/18668))
3741

3842
### Deprecated
3943

client/rest/licenses/bctls-fips-2.0.19.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+
1138f7896e0d1bb0d924bc868ed2dfda4f69470e

distribution/tools/plugin-cli/licenses/bcpg-fips-2.0.10.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+
19f38a0d8048e87039b1bb6c1ba4d2b104891d04

gradle/libs.versions.toml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,12 @@ hadoop3 = "3.3.6"
6262
# - plugins/ingest-attachment (transitive dependency, check the upstream POM)
6363
# - distribution/tools/plugin-cli
6464
bouncycastle_jce = "2.0.0"
65-
bouncycastle_tls = "2.0.19"
66-
bouncycastle_pkix = "2.0.7"
67-
bouncycastle_pg = "2.0.10"
65+
bouncycastle_tls = "2.0.20"
66+
bouncycastle_pkix = "2.0.8"
67+
bouncycastle_pg = "2.0.11"
6868
bouncycastle_util = "2.0.3"
69-
password4j = "1.8.2"
69+
password4j = "1.8.3"
70+
7071
# test dependencies
7172
randomizedrunner = "2.7.1"
7273
junit = "4.13.2"

libs/ssl-config/licenses/bcpkix-fips-2.0.7.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+
aad7b0fcf55892e7ff7e2d23a290f143f4bb56e0

libs/ssl-config/licenses/bctls-fips-2.0.19.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+
1138f7896e0d1bb0d924bc868ed2dfda4f69470e

0 commit comments

Comments
 (0)