Skip to content

Commit 3ac0620

Browse files
Bump org.jacoco:jacoco-maven-plugin from 0.8.12 to 0.8.13 (#1049)
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) 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-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>
2 parents 9cd5f27 + 1c2a1ce commit 3ac0620

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@
487487
<plugin>
488488
<groupId>org.jacoco</groupId>
489489
<artifactId>jacoco-maven-plugin</artifactId>
490-
<version>0.8.12</version>
490+
<version>0.8.13</version>
491491
<executions>
492492
<execution>
493493
<id>prepare-agent</id>

0 commit comments

Comments
 (0)