Skip to content

Commit e64996d

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

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
88

99
### Dependencies
1010
- Bump netty from 4.1.117.Final to 4.1.118.Final ([#17320](https://github.com/opensearch-project/OpenSearch/pull/17320))
11+
- Bump `jetty` version from 9.4.55.v20240627 to 9.4.57.v20241219
1112

1213
### Deprecated
1314

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)