Skip to content

Commit 9074031

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

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
@@ -15,6 +15,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1515
- Bump netty from 4.1.117.Final to 4.1.118.Final ([#17320](https://github.com/opensearch-project/OpenSearch/pull/17320))
1616
- Bump `reactor_netty` from 1.1.26 to 1.1.27 ([#17322](https://github.com/opensearch-project/OpenSearch/pull/17322))
1717
- Bump `me.champeau.gradle.japicmp` from 0.4.5 to 0.4.6 ([#17375](https://github.com/opensearch-project/OpenSearch/pull/17375))
18+
- Bump `jetty` version from 9.4.55.v20240627 to 9.4.57.v20241219
1819

1920
### Changed
2021
- Convert transport-reactor-netty4 to use gradle version catalog [#17233](https://github.com/opensearch-project/OpenSearch/pull/17233)

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)