This is an automated email from the ASF dual-hosted git repository. amashenkov pushed a commit to branch ignite-28266 in repository https://gitbox.apache.org/repos/asf/ignite-3.git
commit 0dd40f868045a79e103aa5a8cc755c8f84acb484 Author: AMashenkov <[email protected]> AuthorDate: Tue Mar 17 15:05:56 2026 +0300 Prevent log4j from being bumped --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0847b812f66..0277940d601 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,6 +9,13 @@ updates: # Calcite is updated manually - dependency-name: "org.apache.calcite:calcite-core" - dependency-name: "org.apache.calcite:calcite-linq4j" + + # Log4j is rolled back manually to prevent test failures due to a bug in 2.25.x versions. + # https://github.com/apache/logging-log4j2/issues/3929#issuecomment-4044999886 + - dependency-name: "org.apache.logging.log4j:log4j-api" + - dependency-name: "org.apache.logging.log4j:log4j-core" + - dependency-name: "org.apache.logging.log4j:log4j-jpl" + - dependency-name: "org.apache.logging.log4j:log4j-slf4j2-impl" - package-ecosystem: "nuget" directory: "/modules/platforms/dotnet"
