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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Bump ch.qos.logback modules from 1.5.18 to 1.5.20 in HDFS test fixture ([#19763](https://github.com/opensearch-project/OpenSearch/pull/19763))
- Bump `github/codeql-action` from 3 to 4 ([#19785](https://github.com/opensearch-project/OpenSearch/pull/19785))
- Bump `gradle/actions` from 4 to 5 ([#19781](https://github.com/opensearch-project/OpenSearch/pull/19781))
- Bump org.bouncycastle:bc-fips from 2.1.1 to 2.1.2 ([#19818](https://github.com/opensearch-project/OpenSearch/pull/19818))

### Deprecated
- Deprecated existing constructors in ThreadPoolStats.Stats in favor of the new Builder ([#19317](https://github.com/opensearch-project/OpenSearch/pull/19317))
Expand Down
1 change: 0 additions & 1 deletion client/rest/licenses/bc-fips-2.1.1.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions client/rest/licenses/bc-fips-2.1.2.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
061fbe8383f70489dda95a11a2a4739eb818ff2c

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
061fbe8383f70489dda95a11a2a4739eb818ff2c

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
061fbe8383f70489dda95a11a2a4739eb818ff2c
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ hadoop3 = "3.3.6"
# when updating this version, you need to ensure compatibility with:
# - plugins/ingest-attachment (transitive dependency, check the upstream POM)
# - distribution/tools/plugin-cli
bouncycastle_jce = "2.1.1"
bouncycastle_jce = "2.1.2"
bouncycastle_tls = "2.1.20"
bouncycastle_pkix = "2.1.9"
bouncycastle_pg = "2.1.11"
Expand Down
1 change: 0 additions & 1 deletion libs/ssl-config/licenses/bc-fips-2.1.1.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions libs/ssl-config/licenses/bc-fips-2.1.2.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
061fbe8383f70489dda95a11a2a4739eb818ff2c
1 change: 1 addition & 0 deletions release-notes/opensearch.release-notes-3.3.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ Compatible with OpenSearch 3.3.2 and OpenSearch Dashboards 3.3.0

### Dependencies
* Bump ch.qos.logback modules from 1.5.18 to 1.5.20 in HDFS test fixture ([#19764](https://github.com/opensearch-project/OpenSearch/pull/19764))
* Bump org.bouncycastle:bc-fips from 2.1.1 to 2.1.2 ([#19817](https://github.com/opensearch-project/OpenSearch/pull/19817))
1 change: 0 additions & 1 deletion test/framework/licenses/bc-fips-2.1.1.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions test/framework/licenses/bc-fips-2.1.2.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
061fbe8383f70489dda95a11a2a4739eb818ff2c
Loading