This is an automated email from the ASF dual-hosted git repository. ramanathan1504 pushed a commit to branch ignore-flatten-maven-npe-ci in repository https://gitbox.apache.org/repos/asf/logging-parent.git
commit bcaf9f9b59cb2bc48c6d8c18e49e32c15985c5c1 Author: Ramanathan <[email protected]> AuthorDate: Mon Sep 7 05:29:32 2026 +0530 Ignore flatten-maven-plugin version 1.8.0 to prevent NPEs in CI setup --- .github/dependabot.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 18c9ce8..b9a8d86 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -29,6 +29,10 @@ updates: dependencies: patterns: [ "*" ] target-branch: "main" + ignore: + # 1.8.0 NPEs on the ${revision} CI-friendly version setup + - dependency-name: "org.codehaus.mojo:flatten-maven-plugin" + versions: [ "[1.8,)" ] - package-ecosystem: github-actions directory: "/"
