8000 MINOR: Bump org.jacoco:jacoco-maven-plugin from 0.8.12 to 0.8.13 by dependabot[bot] · Pull Request #699 · apache/arrow-java · GitHub
[go: up one dir, main page]

Skip to content

Conversation

@dependabot
Copy link
Contributor
@dependabot dependabot bot commented on behalf of github Apr 7, 2025

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.

0.8.13

New Features

  • JaCoCo now officially supports Java 23 and Java 24 (GitHub #1757, #1631, #1867).
  • Experimental support for Java 25 class files (GitHub #1807).
  • Calculation of line coverage for Kotlin inline functions (GitHub #1670).
  • Calculation of line coverage for Kotlin inline functions with reified type parameter (GitHub #1670, #1700).
  • Calculation of coverage for Kotlin JvmSynthetic functions (GitHub #1700).
  • Part of bytecode generated by the Kotlin Compose compiler plugin is filtered out during generation of report (GitHub #1616).
  • Part of bytecode generated by the Kotlin compiler for inline value classes is filtered out during generation of report (GitHub #1475).
  • Part of bytecode generated by the Kotlin compiler for suspending lambdas without suspension points is filtered out during generation of report (GitHub #1283).
  • 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 #1774).
  • 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 #1769).
  • Part of bytecode generated by the Kotlin compiler for chains of safe call operators is filtered out during generation of report (GitHub #1810, #1818).
  • Method getEntries generated by the Kotlin compiler for enum classes is filtered out during generation of report (GitHub #1625).
  • Methods generated by the Kotlin compiler for constructors and functions with JvmOverloads annotation are filtered out (GitHub #1768).

Fixed bugs

  • Fixed interpretation of Kotlin SMAP (GitHub #1525).
  • File extensions are preserved in HTML report in case of clashes of normalized file names (GitHub #1660).

Non-functional Changes

  • JaCoCo build now uses Maven Wrapper and requires at least Maven 3.9.9 (GitHub #1708, #1707, #1681).
  • JaCoCo now depends on ASM 9.8 (GitHub #1862).
  • More context information when IllegalArgumentException occurs during reading of zip file (GitHub #1833).
Commits

Dependabot compatibility score

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 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Apr 7, 2025
@github-actions github-actions bot added this to the 18.3.0 milestone Apr 7, 2025
@lidavidm
Copy link
Member
lidavidm commented Apr 8, 2025

Hmm, are we ok bumping the minimum Maven requirement?

JaCoCo build now uses Maven Wrapper and requires at least Maven 3.9.9

@jbonofre
Copy link
Member
jbonofre commented May 6, 2025

@lidavidm We already use Maven 3.9.9 on GitHub action.

@jbonofre
Copy link
Member
jbonofre commented May 6, 2025

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/maven/org.jacoco-jacoco-maven-plugin-0.8.13 branch from 4711145 to 122631b Compare May 6, 2025 07:28
@jbonofre
Copy link
Member
jbonofre commented May 7, 2025

@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>
@dependabot dependabot bot force-pushed the dependabot/maven/org.jacoco-jacoco-maven-plugin-0.8.13 branch from 122631b to f665700 Compare May 7, 2025 07:53
@jbonofre jbonofre merged commit b0cc03d into main May 7, 2025
27 checks passed
@jbonofre jbonofre deleted the dependabot/maven/org.jacoco-jacoco-maven-plugin-0.8.13 branch May 7, 2025 09:07
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 />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.jacoco:jacoco-maven-plugin&package-manager=maven&previous-version=0.8.12&new-version=0.8.13)](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

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.

2 participants

0