Skip to content

Commit 1b7c055

Browse files
authored
Bump jetty version in hdfs-fixture to 9.4.57.v20241219 (#17395)
Signed-off-by: Owais <owaiskazi19@gmail.com>
1 parent e3a6cca commit 1b7c055

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG-3.0.md

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
2121
### Dependencies
2222
- Update Apache Lucene to 10.1.0 ([#16366](https://github.com/opensearch-project/OpenSearch/pull/16366))
2323
- Bump Apache HttpCore5/HttpClient5 dependencies from 5.2.5/5.3.1 to 5.3.1/5.4.1 to support ExtendedSocketOption in HttpAsyncClient ([#16757](https://github.com/opensearch-project/OpenSearch/pull/16757))
24+
- Bumps `jetty` version from 9.4.55.v20240627 to 9.4.57.v20241219
2425

2526
### Changed
2627
- Changed locale provider from COMPAT to CLDR ([#14345](https://github.com/opensearch-project/OpenSearch/pull/14345))

test/fixtures/hdfs-fixture/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ apply plugin: 'opensearch.java'
3333
group = 'hdfs'
3434

3535
versions << [
36-
'jetty': '9.4.55.v20240627'
36+
'jetty': '9.4.57.v20241219'
3737
]
3838

3939
dependencies {

0 commit comments

Comments
 (0)