Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Bump `com.squareup.okio:okio` from 3.13.0 to 3.14.0 ([#18645](https://github.com/opensearch-project/OpenSearch/pull/18645))
- Bump `com.netflix.nebula.ospackage-base` from 11.11.2 to 12.0.0 ([#18646](https://github.com/opensearch-project/OpenSearch/pull/18646))
- Bump `com.azure:azure-storage-blob` from 12.30.0 to 12.30.1 ([#18644](https://github.com/opensearch-project/OpenSearch/pull/18644))
- Bump `org.bouncycastle:bctls-fips` from 2.0.19 to 2.0.20 ([#18668](https://github.com/opensearch-project/OpenSearch/pull/18668))
- Bump `org.bouncycastle:bcpkix-fips` from 2.0.7 to 2.0.8 ([#18668](https://github.com/opensearch-project/OpenSearch/pull/18668))
- Bump `org.bouncycastle:bcpg-fips` from 2.0.10 to 2.0.11 ([#18668](https://github.com/opensearch-project/OpenSearch/pull/18668))
- Bump `com.password4j:password4j` from 1.8.2 to 1.8.3 ([#18668](https://github.com/opensearch-project/OpenSearch/pull/18668))

### Deprecated

Expand Down
1 change: 0 additions & 1 deletion client/rest/licenses/bctls-fips-2.0.19.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions client/rest/licenses/bctls-fips-2.0.20.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1138f7896e0d1bb0d924bc868ed2dfda4f69470e

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
19f38a0d8048e87039b1bb6c1ba4d2b104891d04
9 changes: 5 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,12 @@ hadoop3 = "3.3.6"
# - plugins/ingest-attachment (transitive dependency, check the upstream POM)
# - distribution/tools/plugin-cli
bouncycastle_jce = "2.0.0"
bouncycastle_tls = "2.0.19"
bouncycastle_pkix = "2.0.7"
bouncycastle_pg = "2.0.10"
bouncycastle_tls = "2.0.20"
bouncycastle_pkix = "2.0.8"
bouncycastle_pg = "2.0.11"
bouncycastle_util = "2.0.3"
password4j = "1.8.2"
password4j = "1.8.3"

# test dependencies
randomizedrunner = "2.7.1"
junit = "4.13.2"
Expand Down
1 change: 0 additions & 1 deletion libs/ssl-config/licenses/bcpkix-fips-2.0.7.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions libs/ssl-config/licenses/bcpkix-fips-2.0.8.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
aad7b0fcf55892e7ff7e2d23a290f143f4bb56e0
1 change: 0 additions & 1 deletion libs/ssl-config/licenses/bctls-fips-2.0.19.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions libs/ssl-config/licenses/bctls-fips-2.0.20.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1138f7896e0d1bb0d924bc868ed2dfda4f69470e

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
619cb40bd02455cf2c1a858bfaf5726d79acdf0c
1 change: 0 additions & 1 deletion test/framework/licenses/bcpkix-fips-2.0.7.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions test/framework/licenses/bcpkix-fips-2.0.8.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
aad7b0fcf55892e7ff7e2d23a290f143f4bb56e0
Loading