Skip to content

Commit

Permalink
Bumps jetty version to 9.4.52.v20230823 to fix GMS-2023-1857 (opensea…
Browse files Browse the repository at this point in the history
…rch-project#9822)

* Bumps jetty version to 12.0.1 to fix GMS-2023-1857

Signed-off-by: Darshit Chanpura <dchanp@amazon.com>

* Adds this PR to changelog

Signed-off-by: Darshit Chanpura <dchanp@amazon.com>

* Updates javax websocket server version

Signed-off-by: Darshit Chanpura <dchanp@amazon.com>

* Updates jetty version to match jetty websocket version

Signed-off-by: Darshit Chanpura <dchanp@amazon.com>

---------

Signed-off-by: Darshit Chanpura <dchanp@amazon.com>
(cherry picked from commit 0c4e950)
  • Loading branch information
DarshitChanpura committed Oct 10, 2023
1 parent f1b4854 commit 2d4208b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Bump netty from 4.1.97.Final to 4.1.99.Final ([#10303](https://github.com/opensearch-project/OpenSearch/pull/10303))
- Bump `peter-evans/create-pull-request` from 3 to 5 ([#10301](https://github.com/opensearch-project/OpenSearch/pull/10301))
- Bump `org.apache.avro:avro` from 1.11.2 to 1.11.3 ([#10210](https://github.com/opensearch-project/OpenSearch/pull/10210))
- Bumps jetty version to 9.4.52.v20230823 to fix GMS-2023-1857 ([#9822](https://github.com/opensearch-project/OpenSearch/pull/9822))

### Changed
- Add instrumentation in rest and network layer. ([#9415](https://github.com/opensearch-project/OpenSearch/pull/9415))
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/hdfs-fixture/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ apply plugin: 'opensearch.java'
group = 'hdfs'

versions << [
'jetty': '9.4.51.v20230217'
'jetty': '9.4.52.v20230823'
]

dependencies {
Expand Down

0 comments on commit 2d4208b

Please sign in to comment.