dependabot[bot] opened a new pull request #208:
URL: https://github.com/apache/any23/pull/208


   Bumps [jacoco-maven-plugin](https://github.com/jacoco/jacoco) from 0.8.4 to 
0.8.7.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/jacoco/jacoco/releases";>jacoco-maven-plugin's 
releases</a>.</em></p>
   <blockquote>
   <h2>0.8.7</h2>
   <h2>New Features</h2>
   <ul>
   <li>JaCoCo now officially supports Java 15 and 16 (GitHub <a 
href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/1094";>#1094</a>,
 <a 
href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/1097";>#1097</a>,
 <a 
href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/1176";>#1176</a>).</li>
   <li>Experimental support for Java 17 class files (GitHub <a 
href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/1132";>#1132</a>).</li>
   <li>New <code>formats</code> parameter for Maven report goals to specify the 
generated report formats. Contributed by troosan. (GitHub <a 
href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/1175";>#1175</a>).</li>
   <li>Branch added by the Kotlin compiler version 1.4.0 and above for 
&quot;unsafe&quot; cast operator is filtered out during generation of report 
(GitHub <a 
href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/1143";>#1143</a>,
 <a 
href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/1178";>#1178</a>).</li>
   <li><code>synthetic</code> methods added by the Kotlin compiler version 
1.5.0 and above for <code>private</code> suspending functions are filtered out 
(GitHub <a 
href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/1174";>#1174</a>).</li>
   <li>Branches added by the Kotlin compiler version 1.4.20 and above for 
suspending lambdas are filtered out during generation of report (GitHub <a 
href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/1149";>#1149</a>).</li>
   <li>Branches added by the Kotlin compiler version 1.5.0 and above for 
functions with default arguments are filtered out during generation of report 
(GitHub <a 
href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/1162";>#1162</a>).</li>
   <li>Branch added by the Kotlin compiler version 1.5.0 and above for reading 
from <code>lateinit</code> property is filtered out during generation of report 
(GitHub <a 
href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/1166";>#1166</a>).</li>
   <li>Additional bytecode generated by the Kotlin compiler version 1.5.0 and 
above for when expressions on <code>kotlin.String</code> values is filtered out 
during generation of report (GitHub <a 
href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/1172";>#1172</a>).</li>
   <li>Improved filtering of bytecode generated by Kotlin compiler versions 
below 1.5.0 for when expressions on <code>kotlin.String</code> values (GitHub 
<a 
href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/1156";>#1156</a>).</li>
   </ul>
   <h2>Fixed bugs</h2>
   <ul>
   <li>Fixed parsing of SMAP generated by Kotlin compiler version 1.5.0 and 
above (GitHub <a 
href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/1164";>#1164</a>).</li>
   </ul>
   <h2>Non-functional Changes</h2>
   <ul>
   <li>JaCoCo now depends on ASM 9.1 (GitHub <a 
href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/1094";>#1094</a>,
 <a 
href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/1097";>#1097</a>,
 <a 
href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/1153";>#1153</a>).</li>
   <li>Maven plug-in has no dependency on <code>maven-reporting-impl</code> any 
more (GitHub <a 
href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/1121";>#1121</a>).</li>
   </ul>
   <h2>0.8.6</h2>
   <h2>New Features</h2>
   <ul>
   <li>JaCoCo now officially supports Java 14.</li>
   <li>Experimental support for Java 15 class files (GitHub <a 
href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/992";>#992</a>).</li>
   <li>Experimental support for Java 16 class files (GitHub <a 
href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/1059";>#1059</a>).</li>
   <li>Methods <code>toString</code>, <code>hashCode</code> and 
<code>equals</code> generated by compiler for records are filtered out during 
generation of report (GitHub <a 
href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/990";>#990</a>).</li>
   <li>Bridge methods are filtered out during generation of report (GitHub <a 
href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/1010";>#1010</a>).</li>
   <li>Methods generated by Kotlin compiler for non-overridden non-abstract 
methods of interfaces are filtered out during generation of report (GitHub <a 
href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/1012";>#1012</a>).</li>
   <li>Branches added by the Kotlin compiler version 1.3.60 for suspending 
functions with tail call optimization are filtered out during generation of 
report (GitHub <a 
href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/1016";>#1016</a>).</li>
   </ul>
   <h2>Fixed bugs</h2>
   <ul>
   <li>Compression method of zip entries is now preserved when instrumenting 
archives. This allows to use JaCoCo with frameworks that expect uncompressed 
entries (GitHub <a 
href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/1018";>#1018</a>).</li>
   </ul>
   <h2>Non-functional Changes</h2>
   <ul>
   <li>Support for Pack200 was removed in JDK 14. JaCoCo will now throw a 
detailed exception when Pack200 archives are processed with the latest JDKs 
(GitHub <a 
href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/984";>#984</a>).</li>
   <li>JaCoCo now depends on ASM 8.0.1 (GitHub <a 
href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/1032";>#1032</a>,
 <a 
href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/1043";>#1043</a>).</li>
   </ul>
   <h2>API Changes</h2>
   <ul>
   <li><code>URLStreamHandlerRuntime</code> removed (GitHub <a 
href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/471";>#471</a>).</li>
   </ul>
   <p><a href="https://github.com/jacoco/jacoco/issues?q=milestone%3A0.8.6";>All 
Resolved Issues</a></p>
   <h2>0.8.5</h2>
   <h2>New Features</h2>
   <ul>
   <li>JaCoCo now officially supports Java 13</li>
   <li>Experimental support for Java 14 class files (GitHub <a 
href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/897";>#897</a>).</li>
   <li>Branches added by the Kotlin compiler for open functions with default 
arguments are filtered out during generation of report (GitHub <a 
href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/887";>#887</a>).</li>
   </ul>
   <h2>Fixed bugs</h2>
   <ul>
   <li><code>synthetic</code> constructors that contain values of default 
arguments in Kotlin should not be ignored (GitHub <a 
href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/888";>#888</a>).</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/jacoco/jacoco/commit/d19ea595a67af6f16d76b49ccdc12858c3570298";><code>d19ea59</code></a>
 Prepare release 0.8.7</li>
   <li><a 
href="https://github.com/jacoco/jacoco/commit/b25ce531a4e81f1a0cffc5937ff8d44161a2f663";><code>b25ce53</code></a>
 Upgrade Kotlin to 1.5.0 (<a 
href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/1181";>#1181</a>)</li>
   <li><a 
href="https://github.com/jacoco/jacoco/commit/29a289066a20c85354d0fce06cad745157d77cc8";><code>29a2890</code></a>
 Update KotlinControlStructuresTarget for Kotlin 1.5 (<a 
href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/1180";>#1180</a>)</li>
   <li><a 
href="https://github.com/jacoco/jacoco/commit/acce036c5088aaecfcf39d06e17a907d9333de3f";><code>acce036</code></a>
 Add maven parameter to control which reports to generate (<a 
href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/1175";>#1175</a>)</li>
   <li><a 
href="https://github.com/jacoco/jacoco/commit/b23461d1ce3cf1aaab41d89821b9334be22b6e14";><code>b23461d</code></a>
 Update KotlinUnsafeCastOperatorFilter for Kotlin 1.5 (<a 
href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/1178";>#1178</a>)</li>
   <li><a 
href="https://github.com/jacoco/jacoco/commit/722acd990f8b29edf0a36af11c9b502270a097fa";><code>722acd9</code></a>
 Update documentation: JDK versions up to 16 are officially supported (<a 
href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/1176";>#1176</a>)</li>
   <li><a 
href="https://github.com/jacoco/jacoco/commit/c089ed7f43cceca0e2183d52f6ed705b2a3165ae";><code>c089ed7</code></a>
 Fix wording (<a 
href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/1109";>#1109</a>)</li>
   <li><a 
href="https://github.com/jacoco/jacoco/commit/2eca2f29b22b2dd78bcc7e5869e02ef18092eab9";><code>2eca2f2</code></a>
 Add url to jacoco-maven-plugin (<a 
href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/1169";>#1169</a>)</li>
   <li><a 
href="https://github.com/jacoco/jacoco/commit/86dc5fd9f0531927054ba06991c6ee94c8da7785";><code>86dc5fd</code></a>
 Update filter for Kotlin 1.5 suspending functions (<a 
href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/1174";>#1174</a>)</li>
   <li><a 
href="https://github.com/jacoco/jacoco/commit/b68fe1a0a7fb86f12cda689ec473fd6633699b55";><code>b68fe1a</code></a>
 Update filter for Kotlin 1.5 when-expressions with String (<a 
href="https://github-redirect.dependabot.com/jacoco/jacoco/issues/1172";>#1172</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/jacoco/jacoco/compare/v0.8.4...v0.8.7";>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.4&new-version=0.8.7)](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 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>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to