Skip to content

Bump org.openclover:clover-maven-plugin from 4.5.2 to 5.0.1#73

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/org.openclover-clover-maven-plugin-5.0.1
Open

Bump org.openclover:clover-maven-plugin from 4.5.2 to 5.0.1#73
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/org.openclover-clover-maven-plugin-5.0.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 24, 2026

Copy link
Copy Markdown
Contributor

Bumps org.openclover:clover-maven-plugin from 4.5.2 to 5.0.1.

Changelog

Sourced from org.openclover:clover-maven-plugin's changelog.

Changelog

All notable changes to the Clover Maven Plugin (formerly maven-clover2-plugin, later renamed to clover-maven-plugin) are documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Versions and dates are taken from Git tags. Issue keys (e.g. OC-nnn, CLOV-nnn, CLMVN-nnn) refer to the project's issue trackers.

[Unreleased 5.1.0]

Changed

  • OC-309: Maven 4 compatibility. The clover:setup goal is now the recommended (and, on Maven 4, the only) way to instrument sources - it runs in the main lifecycle and does not mutate the project model.
  • OC-309: maven.clover.repositoryPollutionProtection now defaults to true (it used to be false). Running the install or deploy phase while instrumentation is active fails the build. Set the flag to false to restore the previous behaviour.

Fixed

  • OC-309: The repository pollution protection never actually ran. AbstractCloverInstrumentMojo and CloverInstrumentInternalMojo both declared a mavenSession parameter, so the subclass field shadowed the superclass one and the latter stayed null - the build lifecycle analysis always failed with "Failed to call Maven's internals via reflections" and the protection was silently skipped. The duplicate declaration is gone and the underlying exception is now logged with the warning.

Deprecated

  • OC-309: The clover:instrument and clover:instrument-test goals fail on Maven 4. They fork a build lifecycle and mutate the project model at runtime; Maven 4 treats the project model as immutable at execution time, so these mutations are not visible to the plugins running in the forked lifecycle. Both goals keep working on Maven 3.

[5.0.0] - 2026-07-16

Changed

  • OC-194: Renamed the plugin package com.atlassian.maven.plugin.clover to org.openclover.maven.plugin, updated imported classes for OpenClover core 4.6.0+, and renamed packages in the code samples. Bumped OpenClover core to 5.0.0.
  • OC-236: Raised the minimum required Maven version to 3.3.1 and updated the org.apache.maven dependencies and build plugin versions.
  • OC-234: Dropped Java 1.7 support; source/target level raised from 1.7 to 1.8.
  • OC-194: Migrated deployments to the ossrh-staging-api. Updated Groovy in the test cases to 4.0.32 (with matching groovy-eclipse batch/compiler).

Removed

  • OC-194: Removed the gmaven-plugin and gmaven-plugin-no-java integration tests (the plugin has been dead for 14 years).

... (truncated)

Commits
  • 0b4cc3c Prepare release openclover-5.0.1
  • 541bb99 NONE: bump clover core to 5.0.1
  • dd32852 Merge pull request #53 from openclover/NONE-more-github-actions
  • f275f53 OC-309: correct path to maven 4 binaries, add CHANGELOG.md
  • c8e085a OC-309: use curl instead of the 'stCarolas/setup-maven' action
  • 1d5779c OC-309: maven matrix tests: the lowest supported 3.x.x, the latest 3.x.x and ...
  • 775aa26 OC-309: updated actions/checkout and actions/setup-java, added plan for JDK25...
  • dc71d66 OC-309: added '-B -ntp' to mvn calls
  • 989d90f OC-309: use released clover core 5.0.0
  • 8f83636 Prepare for next development iteration
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [org.openclover:clover-maven-plugin](https://github.com/openclover/clover-maven-plugin) from 4.5.2 to 5.0.1.
- [Changelog](https://github.com/openclover/clover-maven-plugin/blob/master/CHANGELOG.md)
- [Commits](openclover/clover-maven-plugin@clover-maven-plugin-4.5.2...clover-maven-plugin-5.0.1)

---
updated-dependencies:
- dependency-name: org.openclover:clover-maven-plugin
  dependency-version: 5.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Jul 24, 2026
@dependabot
dependabot Bot requested a review from jan-moxter as a code owner July 24, 2026 23:12
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Jul 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants