Skip to content

Commit 55304c2

Browse files
Bump org.jacoco:jacoco-maven-plugin from 0.8.13 to 0.8.14 (#337)
Bumps [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco) from 0.8.13 to 0.8.14. <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.14</h2> <h2>New Features</h2> <ul> <li>JaCoCo now officially supports Java 25 (GitHub <a href="https://redirect.github.com/jacoco/jacoco/issues/1950">#1950</a>).</li> <li>Experimental support for Java 26 class files (GitHub <a href="https://redirect.github.com/jacoco/jacoco/issues/1807">#1870</a>).</li> <li>Branches added by the Kotlin compiler for default argument number 33 or higher are filtered out during generation of report (GitHub <a href="https://redirect.github.com/jacoco/jacoco/issues/1655">#1655</a>).</li> <li>Part of bytecode generated by the Kotlin compiler for elvis operator that follows safe call operator is filtered out during generation of report (GitHub <a href="https://redirect.github.com/jacoco/jacoco/issues/1814">#1814</a>, <a href="https://redirect.github.com/jacoco/jacoco/issues/1954">#1954</a>).</li> <li>Part of bytecode generated by the Kotlin compiler for more cases of chained safe call operators is filtered out during generation of report (GitHub <a href="https://redirect.github.com/jacoco/jacoco/issues/1956">#1956</a>).</li> <li>Part of bytecode generated by the Kotlin compiler for invocations of suspendCoroutineUninterceptedOrReturn intrinsic is filtered out during generation of report (GitHub <a href="https://redirect.github.com/jacoco/jacoco/issues/1929">#1929</a>).</li> <li>Part of bytecode generated by the Kotlin compiler for suspending lambdas with parameters is filtered out during generation of report (GitHub <a href="https://redirect.github.com/jacoco/jacoco/issues/1945">#1945</a>).</li> <li>Part of bytecode generated by the Kotlin compiler for suspending functions and lambdas with suspension points that return inline value class is filtered out during generation of report (GitHub <a href="https://redirect.github.com/jacoco/jacoco/issues/1871">#1871</a>).</li> <li>Part of bytecode generated by the Kotlin Compose compiler plugin for pausable composition is filtered out during generation of report (GitHub <a href="https://redirect.github.com/jacoco/jacoco/issues/1911">#1911</a>).</li> <li>Methods generated by the Kotlin serialization compiler plugin are filtered out (GitHub <a href="https://redirect.github.com/jacoco/jacoco/issues/1885">#1885</a>, <a href="https://redirect.github.com/jacoco/jacoco/issues/1970">#1970</a>, <a href="https://redirect.github.com/jacoco/jacoco/issues/1971">#1971</a>).</li> </ul> <h2>Fixed bugs</h2> <ul> <li>Fixed handling of implicit else clause of when with String subject in Kotlin (GitHub <a href="https://redirect.github.com/jacoco/jacoco/issues/1813">#1813</a>, <a href="https://redirect.github.com/jacoco/jacoco/issues/1940">#1940</a>).</li> <li>Fixed handling of implicit default clause of switch by String in Java when compiled by ECJ (GitHub <a href="https://redirect.github.com/jacoco/jacoco/issues/1813">#1813</a>, <a href="https://redirect.github.com/jacoco/jacoco/issues/1940">#1940</a>). Fixed handling of exceptions in chains of safe call operators in Kotlin (GitHub <a href="https://redirect.github.com/jacoco/jacoco/issues/1819">#1819</a>).</li> </ul> <h2>Non-functional Changes</h2> <ul> <li>JaCoCo now depends on ASM 9.9 (GitHub <a href="https://redirect.github.com/jacoco/jacoco/issues/1965">#1965</a>).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jacoco/jacoco/commit/2eb248366f0eb63fd964fc7a81804b27229a6edd"><code>2eb2483</code></a> Prepare release v0.8.14</li> <li><a href="https://github.com/jacoco/jacoco/commit/de76181b207b18c5b727051f8d62c115dc2c976c"><code>de76181</code></a> KotlinSerializableFilter should filter more methods (<a href="https://redirect.github.com/jacoco/jacoco/issues/1971">#1971</a>)</li> <li><a href="https://github.com/jacoco/jacoco/commit/89c4bd5ff39deae410f2a899289fe96739a63c13"><code>89c4bd5</code></a> Fix NPE in KotlinSerializableFilter (<a href="https://redirect.github.com/jacoco/jacoco/issues/1970">#1970</a>)</li> <li><a href="https://github.com/jacoco/jacoco/commit/098112865bb957084cc9abc1a9ca3f5bbff7219b"><code>0981128</code></a> Migrate release staging to the Central Publisher Portal (<a href="https://redirect.github.com/jacoco/jacoco/issues/1968">#1968</a>)</li> <li><a href="https://github.com/jacoco/jacoco/commit/d07bc6b7e47959503f878563cc4d18060223f2de"><code>d07bc6b</code></a> Add filter for bytecode generated by Kotlin serialization compiler plugin (<a href="https://redirect.github.com/jacoco/jacoco/issues/1">#1</a>...</li> <li><a href="https://github.com/jacoco/jacoco/commit/5e35fd5e1968c9477948f24991368b872e8014b9"><code>5e35fd5</code></a> Upgrade maven-dependency-plugin to 3.9.0 (<a href="https://redirect.github.com/jacoco/jacoco/issues/1966">#1966</a>)</li> <li><a href="https://github.com/jacoco/jacoco/commit/c2fe5cc54472f188c0d0f1158a0f987295217138"><code>c2fe5cc</code></a> Upgrade ASM to 9.9 (<a href="https://redirect.github.com/jacoco/jacoco/issues/1965">#1965</a>)</li> <li><a href="https://github.com/jacoco/jacoco/commit/b0f8e23d91d59431124b2863b8e35bdd1b71f7b9"><code>b0f8e23</code></a> KotlinSafeCallOperatorFilter should filter &quot;unoptimized&quot; safe call followed b...</li> <li><a href="https://github.com/jacoco/jacoco/commit/c7bd3f4e96540d1a8f58690d5d52a94eebf4c471"><code>c7bd3f4</code></a> Upgrade spotless-maven-plugin to 3.0.0 (<a href="https://redirect.github.com/jacoco/jacoco/issues/1961">#1961</a>)</li> <li><a href="https://github.com/jacoco/jacoco/commit/faa289d2a370fa4f724bed3a09e8591be08cd6c2"><code>faa289d</code></a> KotlinSafeCallOperatorFilter should not be affected by presence of pseudo ins...</li> <li>Additional commits viewable in <a href="https://github.com/jacoco/jacoco/compare/v0.8.13...v0.8.14">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.13&new-version=0.8.14)](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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ef22e49 commit 55304c2

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
@@ -30,7 +30,7 @@
3030
<maven.surefire.version>3.5.4</maven.surefire.version>
3131
<parallel>both</parallel>
3232
<logging.config.file>./logging.properties</logging.config.file>
33-
<jacoco-version>0.8.13</jacoco-version>
33+
<jacoco-version>0.8.14</jacoco-version>
3434
<argLine/>
3535
</properties>
3636
<dependencyManagement>

0 commit comments

Comments
 (0)