This is an automated email from the ASF dual-hosted git repository.
ramanathan1504 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-parent.git
The following commit(s) were added to refs/heads/main by this push:
new 4896ff1 Ignore flatten-maven-plugin version 1.8.0 to prevent NPEs in
CI setup (#516)
4896ff1 is described below
commit 4896ff1126d9b989c7b650e20aabff3a136bd91e
Author: Ramanathan <[email protected]>
AuthorDate: Tue Sep 8 09:21:10 2026 +0530
Ignore flatten-maven-plugin version 1.8.0 to prevent NPEs in CI setup (#516)
* Ignore flatten-maven-plugin version 1.8.0 to prevent NPEs in CI setup
* Update comment in dependabot.yaml to include issue link for
flatten-maven-plugin NPEs
---
.github/dependabot.yaml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml
index 18c9ce8..3daeca3 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:
https://github.com/mojohaus/flatten-maven-plugin/issues/523
+ - dependency-name: "org.codehaus.mojo:flatten-maven-plugin"
+ versions: [ "[1.8,)" ]
- package-ecosystem: github-actions
directory: "/"