diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b6f64c5e7cfe..7eb622c227be2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -82,6 +82,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Bump `ch.qos.logback:logback-classic` from 1.5.27 to 1.5.32 ([#20761](https://github.com/opensearch-project/OpenSearch/pull/20761)) - Bump `actions/upload-artifact` from 6 to 7 ([#20762](https://github.com/opensearch-project/OpenSearch/pull/20762)) - Bump `org.tukaani:xz` from 1.11 to 1.12 ([#20760](https://github.com/opensearch-project/OpenSearch/pull/20760)) +- Bump `org.jline:jline` from 3.30.6 to 4.0.0 ([#20800](https://github.com/opensearch-project/OpenSearch/pull/20800)) - Bump `com.netflix.nebula.ospackage-base` from 12.2.0 to 12.3.0 ([#20799](https://github.com/opensearch-project/OpenSearch/pull/20799)) ### Removed diff --git a/test/fixtures/hdfs-fixture/build.gradle b/test/fixtures/hdfs-fixture/build.gradle index 96c321e049fd1..ae95b7f84b2fd 100644 --- a/test/fixtures/hdfs-fixture/build.gradle +++ b/test/fixtures/hdfs-fixture/build.gradle @@ -82,7 +82,7 @@ dependencies { api "ch.qos.logback:logback-core:1.5.32" api "ch.qos.logback:logback-classic:1.5.32" api "org.jboss.xnio:xnio-nio:3.8.17.Final" - api 'org.jline:jline:3.30.6' + api 'org.jline:jline:4.0.0' api 'org.apache.commons:commons-configuration2:2.13.0' api 'com.nimbusds:nimbus-jose-jwt:10.8' api ('org.apache.kerby:kerb-admin:2.1.1') {