Skip to content

Fix duplicate exec-maven-plugin.version from a bad merge#496

Merged
ramanathan1504 merged 1 commit into
mainfrom
chore/remove-duplicate-exec-maven-plugin-version
Jul 23, 2026
Merged

Fix duplicate exec-maven-plugin.version from a bad merge#496
ramanathan1504 merged 1 commit into
mainfrom
chore/remove-duplicate-exec-maven-plugin-version

Conversation

@ppkarwasz

Copy link
Copy Markdown
Member

Commit 873899e ("Add options to enable Develocity") accidentally re-added an exec-maven-plugin.version declaration next to the existing one, most likely due to a badly resolved merge or rebase. Since then Dependabot has been bumping both declarations independently (they currently read 3.4.1 and 3.6.3).

Commit 873899e ("Add options to
enable Develocity") accidentally re-added an `exec-maven-plugin.version`
declaration next to the existing one, most likely due to a badly
resolved merge or rebase. Since then Dependabot has been bumping both
declarations independently.

Maven uses the last declaration, so dropping the first one does not
change the effective version (`3.6.3`). This was the only duplicate
property in the POM.

Assisted-By: Claude Fable 5 <noreply@anthropic.com>

@ramanathan1504 ramanathan1504 left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixes a Maven Enforcer upper-bound dependency conflict in log4j-api-test. The maven-core:3.9.16 dependency brings in guava:33.6.0-jre, which conflicts with our managed version. Bumping the managed Guava version to 33.6.0-jre resolves the upperBoundDeps failure.

@ramanathan1504
ramanathan1504 merged commit 2bbed58 into main Jul 23, 2026
8 checks passed
@ramanathan1504
ramanathan1504 deleted the chore/remove-duplicate-exec-maven-plugin-version branch July 23, 2026 15:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants