-
Notifications
You must be signed in to change notification settings - Fork 106
MINOR: Bump org.jacoco:jacoco-maven-plugin from 0.8.12 to 0.8.13 #699
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
jbonofre
merged 1 commit into
main
from
dependabot/maven/org.jacoco-jacoco-maven-plugin-0.8.13
May 7, 2025
Merged
MINOR: Bump org.jacoco:jacoco-maven-plugin from 0.8.12 to 0.8.13 #699
jbonofre
merged 1 commit into
main
from
dependabot/maven/org.jacoco-jacoco-maven-plugin-0.8.13
May 7, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Member
|
Hmm, are we ok bumping the minimum Maven requirement?
|
Member
|
@lidavidm We already use Maven 3.9.9 on GitHub action. |
Member
|
@dependabot rebase |
4711145 to
122631b
Compare
Member
|
@dependabot rebase |
Bumps [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco) from 0.8.12 to 0.8.13. - [Release notes](https://github.com/jacoco/jacoco/releases) - [Commits](jacoco/jacoco@v0.8.12...v0.8.13) --- updated-dependencies: - dependency-name: org.jacoco:jacoco-maven-plugin dependency-version: 0.8.13 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
122631b to
f665700
Compare
jbonofre
approved these changes
May 7, 2025
timhurskidremio
pushed a commit
to timhurskidremio/dremio-arrow-java
that referenced
this pull request
Dec 5, 2025
…che#699) Bumps [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco) from 0.8.12 to 0.8.13. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jacoco/jacoco/releases">org.jacoco:jacoco-maven-plugin's releases</a>.</em></p> <blockquote> <h2>0.8.13</h2> <h2>New Features</h2> <ul> <li>JaCoCo now officially supports Java 23 and Java 24 (GitHub <a href="https://redirect.github.com/jacoco/jacoco/issues/1757">#1757</a>, <a href="https://redirect.github.com/jacoco/jacoco/issues/1631">#1631</a>, <a href="https://redirect.github.com/jacoco/jacoco/issues/1867">#1867</a>).</li> <li>Experimental support for Java 25 class files (GitHub <a href="https://redirect.github.com/jacoco/jacoco/issues/1807">#1807</a>).</li> <li>Calculation of line coverage for Kotlin <code>inline</code> functions (GitHub <a href="https://redirect.github.com/jacoco/jacoco/issues/1670">#1670</a>).</li> <li>Calculation of line coverage for Kotlin <code>inline</code> functions with <code>reified</code> type parameter (GitHub <a href="https://redirect.github.com/jacoco/jacoco/issues/1670">#1670</a>, <a href="https://redirect.github.com/jacoco/jacoco/issues/1700">#1700</a>).</li> <li>Calculation of coverage for Kotlin <code>JvmSynthetic</code> functions (GitHub <a href="https://redirect.github.com/jacoco/jacoco/issues/1700">#1700</a>).</li> <li>Part of bytecode generated by the Kotlin Compose compiler plugin is filtered out during generation of report (GitHub <a href="https://redirect.github.com/jacoco/jacoco/issues/1616">#1616</a>).</li> <li>Part of bytecode generated by the Kotlin compiler for inline value classes is filtered out during generation of report (GitHub <a href="https://redirect.github.com/jacoco/jacoco/issues/1475">#1475</a>).</li> <li>Part of bytecode generated by the Kotlin compiler for suspending lambdas without suspension points is filtered out during generation of report (GitHub <a href="https://redirect.github.com/jacoco/jacoco/issues/1283">#1283</a>).</li> <li>Part of bytecode generated by the Kotlin compiler for when expressions and statements with nullable enum subject is filtered out during generation of report (GitHub <a href="https://redirect.github.com/jacoco/jacoco/issues/1774">#1774</a>).</li> <li>Part of bytecode generated by the Kotlin compiler for when expressions and statements with nullable String subject is filtered out during generation of report (GitHub <a href="https://redirect.github.com/jacoco/jacoco/issues/1769">#1769</a>).</li> <li>Part of bytecode generated by the Kotlin compiler for chains of safe call operators is filtered out during generation of report (GitHub <a href="https://redirect.github.com/jacoco/jacoco/issues/1810">#1810</a>, <a href="https://redirect.github.com/jacoco/jacoco/issues/1818">#1818</a>).</li> <li>Method <code>getEntries</code> generated by the Kotlin compiler for enum classes is filtered out during generation of report (GitHub <a href="https://redirect.github.com/jacoco/jacoco/issues/1625">#1625</a>).</li> <li>Methods generated by the Kotlin compiler for constructors and functions with <code>JvmOverloads</code> annotation are filtered out (GitHub <a href="https://redirect.github.com/jacoco/jacoco/issues/1768">#1768</a>).</li> </ul> <h2>Fixed bugs</h2> <ul> <li>Fixed interpretation of Kotlin SMAP (GitHub <a href="https://redirect.github.com/jacoco/jacoco/issues/1525">#1525</a>).</li> <li>File extensions are preserved in HTML report in case of clashes of normalized file names (GitHub <a href="https://redirect.github.com/jacoco/jacoco/issues/1660">#1660</a>).</li> </ul> <h2>Non-functional Changes</h2> <ul> <li>JaCoCo build now uses Maven Wrapper and requires at least Maven 3.9.9 (GitHub <a href="https://redirect.github.com/jacoco/jacoco/issues/1708">#1708</a>, <a href="https://redirect.github.com/jacoco/jacoco/issues/1707">#1707</a>, <a href="https://redirect.github.com/jacoco/jacoco/issues/1681">#1681</a>).</li> <li>JaCoCo now depends on ASM 9.8 (GitHub <a href="https://redirect.github.com/jacoco/jacoco/issues/1862">#1862</a>).</li> <li>More context information when <code>IllegalArgumentException</code> occurs during reading of zip file (GitHub <a href="https://redirect.github.com/jacoco/jacoco/issues/1833">#1833</a>).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jacoco/jacoco/commit/78d5eff856bbe6129f05012e40c13d1840e20598"><code>78d5eff</code></a> Prepare release 0.8.13</li> <li><a href="https://github.com/jacoco/jacoco/commit/e579092d415247939c7098bfbaa3cbbe4dc7fe0d"><code>e579092</code></a> Happy birthday Java 24! (<a href="https://redirect.github.com/jacoco/jacoco/issues/1867">#1867</a>)</li> <li><a href="https://github.com/jacoco/jacoco/commit/17d31aa1073b1a327f1d7b631ff480a60cd40df5"><code>17d31aa</code></a> Upgrade ASM to 9.8 (<a href="https://redirect.github.com/jacoco/jacoco/issues/1863">#1863</a>)</li> <li><a href="https://github.com/jacoco/jacoco/commit/ee07ecb663f256930aa3b12771855ff555ec4e1b"><code>ee07ecb</code></a> Upgrade Kotlin to 2.1.20 (<a href="https://redirect.github.com/jacoco/jacoco/issues/1860">#1860</a>)</li> <li><a href="https://github.com/jacoco/jacoco/commit/f0dcc6b0b78b04dd94617707551f6c2d18426d09"><code>f0dcc6b</code></a> Bump actions/upload-artifact from 4.6.1 to 4.6.2 (<a href="https://redirect.github.com/jacoco/jacoco/issues/1861">#1861</a>)</li> <li><a href="https://github.com/jacoco/jacoco/commit/99707c3b2d540285b4418a9d056bba5ee18453e1"><code>99707c3</code></a> Upgrade spotless-maven-plugin to 2.44.3 (<a href="https://redirect.github.com/jacoco/jacoco/issues/1851">#1851</a>)</li> <li><a href="https://github.com/jacoco/jacoco/commit/21f6a99d7bbd518b22838855c93af9ad72ff36fb"><code>21f6a99</code></a> Upgrade maven-deploy-plugin to 3.1.4 (<a href="https://redirect.github.com/jacoco/jacoco/issues/1854">#1854</a>)</li> <li><a href="https://github.com/jacoco/jacoco/commit/c7da68b0f15e7cfc8482e7b524751401abd9b1e8"><code>c7da68b</code></a> Upgrade maven-install-plugin to 3.1.4 (<a href="https://redirect.github.com/jacoco/jacoco/issues/1853">#1853</a>)</li> <li><a href="https://github.com/jacoco/jacoco/commit/80ebc77eaee121bfef3f132fdc4c9baa66137f0a"><code>80ebc77</code></a> Upgrade maven-clean-plugin to 3.4.1 (<a href="https://redirect.github.com/jacoco/jacoco/issues/1850">#1850</a>)</li> <li><a href="https://github.com/jacoco/jacoco/commit/0bb8bd525f22c6d2427c3b5e23b0292ec64201b0"><code>0bb8bd5</code></a> Bump actions/upload-artifact from 4.6.0 to 4.6.1 (<a href="https://redirect.github.com/jacoco/jacoco/issues/1852">#1852</a>)</li> <li>Additional commits viewable in <a href="https://github.com/jacoco/jacoco/compare/v0.8.12...v0.8.13">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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) </details> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days. Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps org.jacoco:jacoco-maven-plugin from 0.8.12 to 0.8.13.
Release notes
Sourced from org.jacoco:jacoco-maven-plugin's releases.
Commits
78d5effPrepare release 0.8.13e579092Happy birthday Java 24! (#1867)17d31aaUpgrade ASM to 9.8 (#1863)ee07ecbUpgrade Kotlin to 2.1.20 (#1860)f0dcc6bBump actions/upload-artifact from 4.6.1 to 4.6.2 (#1861)99707c3Upgrade spotless-maven-plugin to 2.44.3 (#1851)21f6a99Upgrade maven-deploy-plugin to 3.1.4 (#1854)c7da68bUpgrade maven-install-plugin to 3.1.4 (#1853)80ebc77Upgrade maven-clean-plugin to 3.4.1 (#1850)0bb8bd5Bump actions/upload-artifact from 4.6.0 to 4.6.1 (#1852)You can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)