diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cebb6877ce47..20187e0291b50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -66,6 +66,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Bump `org.jsoup:jsoup` from 1.20.1 to 1.21.2 ([#19207](https://github.com/opensearch-project/OpenSearch/pull/19207)) - Bump `org.apache.hadoop:hadoop-minicluster` from 3.4.1 to 3.4.2 ([#19203](https://github.com/opensearch-project/OpenSearch/pull/19203)) - Bump `com.maxmind.geoip2:geoip2` from 4.3.1 to 4.4.0 ([#19205](https://github.com/opensearch-project/OpenSearch/pull/19205)) +- Bump `org.jboss.xnio:xnio-nio` from 3.8.16.Final to 3.8.17.Final ([#19252](https://github.com/opensearch-project/OpenSearch/pull/19252)) ### Deprecated diff --git a/test/fixtures/hdfs-fixture/build.gradle b/test/fixtures/hdfs-fixture/build.gradle index 1a7a40e3876f5..710cbeac7abde 100644 --- a/test/fixtures/hdfs-fixture/build.gradle +++ b/test/fixtures/hdfs-fixture/build.gradle @@ -78,7 +78,7 @@ dependencies { api "commons-net:commons-net:3.11.1" api "ch.qos.logback:logback-core:1.5.18" api "ch.qos.logback:logback-classic:1.5.18" - api "org.jboss.xnio:xnio-nio:3.8.16.Final" + api "org.jboss.xnio:xnio-nio:3.8.17.Final" api 'org.jline:jline:3.30.5' api 'org.apache.commons:commons-configuration2:2.12.0' api 'com.nimbusds:nimbus-jose-jwt:10.4.2'