From eb3b85a2b578c2bd49cb575f3bc0d218caf4b502 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 13:51:29 +0000 Subject: [PATCH 1/2] Bump ch.qos.logback:logback-core in /test/fixtures/hdfs-fixture Bumps [ch.qos.logback:logback-core](https://github.com/qos-ch/logback) from 1.5.18 to 1.5.20. - [Release notes](https://github.com/qos-ch/logback/releases) - [Commits](https://github.com/qos-ch/logback/compare/v_1.5.18...v_1.5.20) --- updated-dependencies: - dependency-name: ch.qos.logback:logback-core dependency-version: 1.5.20 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- test/fixtures/hdfs-fixture/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/fixtures/hdfs-fixture/build.gradle b/test/fixtures/hdfs-fixture/build.gradle index de79fdd836c04..2d3baaf41e308 100644 --- a/test/fixtures/hdfs-fixture/build.gradle +++ b/test/fixtures/hdfs-fixture/build.gradle @@ -78,8 +78,8 @@ dependencies { api 'org.apache.zookeeper:zookeeper:3.9.4' api "org.apache.commons:commons-text:1.13.1" api "commons-net:commons-net:3.12.0" - api "ch.qos.logback:logback-core:1.5.18" - api "ch.qos.logback:logback-classic:1.5.18" + api "ch.qos.logback:logback-core:1.5.20" + api "ch.qos.logback:logback-classic:1.5.20" 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' From bcc52c1c6d0f0933f0bb3dec910f165132d6ba3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 13:55:18 +0000 Subject: [PATCH 2/2] Update changelog Signed-off-by: dependabot[bot] --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a0def2bf168b..67d2b1d796c6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -54,6 +54,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Bump `org.apache.avro:avro` from 1.12.0 to 1.12.1 ([#19692](https://github.com/opensearch-project/OpenSearch/pull/19692)) - Bump `com.github.spotbugs:spotbugs-annotations` from 4.9.6 to 4.9.8 ([#19691](https://github.com/opensearch-project/OpenSearch/pull/19691)) - Bump `stefanzweifel/git-auto-commit-action` from 6 to 7 ([#19689](https://github.com/opensearch-project/OpenSearch/pull/19689)) +- Bump `ch.qos.logback:logback-core` from 1.5.18 to 1.5.20 ([#19782](https://github.com/opensearch-project/OpenSearch/pull/19782)) ### Deprecated - Deprecated existing constructors in ThreadPoolStats.Stats in favor of the new Builder ([#19317](https://github.com/opensearch-project/OpenSearch/pull/19317))