diff --git a/CHANGELOG.md b/CHANGELOG.md index fda58ff8166b8..355988e978122 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -51,6 +51,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Bump `opensearch-protobufs` from 0.24.0 to 1.0.0 and update transport-grpc module compatibility ([#20335](https://github.com/opensearch-project/OpenSearch/pull/20335)) - Bump Apache HttpClient5 to 5.6 ([#20358](https://github.com/opensearch-project/OpenSearch/pull/20358)) - Bump Apache HttpCore5 to 5.4 ([#20358](https://github.com/opensearch-project/OpenSearch/pull/20358)) +- Bump `org.jline:jline` from 3.30.5 to 3.30.6 ([#20369](https://github.com/opensearch-project/OpenSearch/pull/20369)) - Bump `lycheeverse/lychee-action` from 2.6.1 to 2.7.0 ([#20370](https://github.com/opensearch-project/OpenSearch/pull/20370)) ### Removed diff --git a/test/fixtures/hdfs-fixture/build.gradle b/test/fixtures/hdfs-fixture/build.gradle index d0ab3bdf6f15e..297ba6c5c48d7 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.23" api "ch.qos.logback:logback-classic:1.5.23" api "org.jboss.xnio:xnio-nio:3.8.17.Final" - api 'org.jline:jline:3.30.5' + api 'org.jline:jline:3.30.6' api 'org.apache.commons:commons-configuration2:2.13.0' api 'com.nimbusds:nimbus-jose-jwt:10.6' api ('org.apache.kerby:kerb-admin:2.1.1') {