dependabot[bot] opened a new pull request, #671:
URL: https://github.com/apache/syncope/pull/671

   Bumps [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco) 
from 0.8.11 to 0.8.12.
   <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.12</h2>
   <h2>New Features</h2>
   <ul>
   <li>JaCoCo now officially supports Java 22 (GitHub <a 
href="https://redirect.github.com/jacoco/jacoco/issues/1596";>#1596</a>).</li>
   <li>Experimental support for Java 23 class files (GitHub <a 
href="https://redirect.github.com/jacoco/jacoco/issues/1553";>#1553</a>).</li>
   </ul>
   <h2>Fixed bugs</h2>
   <ul>
   <li>Branches added by the Kotlin compiler for functions with default 
arguments and having more than 32 parameters are filtered out during generation 
of report (GitHub <a 
href="https://redirect.github.com/jacoco/jacoco/issues/1556";>#1556</a>).</li>
   <li>Branch added by the Kotlin compiler version 1.5.0 and above for reading 
from lateinit property is filtered out during generation of report (GitHub <a 
href="https://redirect.github.com/jacoco/jacoco/issues/1568";>#1568</a>).</li>
   </ul>
   <h2>Non-functional Changes</h2>
   <ul>
   <li>JaCoCo now depends on ASM 9.7 (GitHub <a 
href="https://redirect.github.com/jacoco/jacoco/issues/1600";>#1600</a>).</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/jacoco/jacoco/commit/dbfb6f2ad904158b5b40a93fea222e263aeaf9ab";><code>dbfb6f2</code></a>
 Prepare release 0.8.12</li>
   <li><a 
href="https://github.com/jacoco/jacoco/commit/a50585b9e0770c363c56d887a8f639dc05411073";><code>a50585b</code></a>
 Upgrade maven-plugin-plugin to 3.6.4 (<a 
href="https://redirect.github.com/jacoco/jacoco/issues/1604";>#1604</a>)</li>
   <li><a 
href="https://github.com/jacoco/jacoco/commit/fd63cc5478bcd7b32e2070d93ead8c879b423841";><code>fd63cc5</code></a>
 Configure labels that Dependabot assigns to PRs (<a 
href="https://redirect.github.com/jacoco/jacoco/issues/1603";>#1603</a>)</li>
   <li><a 
href="https://github.com/jacoco/jacoco/commit/03a53334c1e3a28ed587feb5adbfa3c0aa536990";><code>03a5333</code></a>
 Add configuration for Dependabot to simplify updates of ASM (<a 
href="https://redirect.github.com/jacoco/jacoco/issues/1601";>#1601</a>)</li>
   <li><a 
href="https://github.com/jacoco/jacoco/commit/40ff9fb3b13bb484344936dde4a90b083b79cdbd";><code>40ff9fb</code></a>
 Upgrade ASM to 9.7 (<a 
href="https://redirect.github.com/jacoco/jacoco/issues/1600";>#1600</a>)</li>
   <li><a 
href="https://github.com/jacoco/jacoco/commit/907717832435f5085b67d02e1eeec5b63b0f415b";><code>9077178</code></a>
 Happy birthday Java 22! (<a 
href="https://redirect.github.com/jacoco/jacoco/issues/1596";>#1596</a>)</li>
   <li><a 
href="https://github.com/jacoco/jacoco/commit/7edd1b511a174a663f633c34ae8c951a0ae77d20";><code>7edd1b5</code></a>
 Bump actions/setup-java from 4.1.0 to 4.2.1 (<a 
href="https://redirect.github.com/jacoco/jacoco/issues/1594";>#1594</a>)</li>
   <li><a 
href="https://github.com/jacoco/jacoco/commit/e50b547bc26ff198acfd16311c028f340af38699";><code>e50b547</code></a>
 Upgrade ECJ to 3.37.0 (<a 
href="https://redirect.github.com/jacoco/jacoco/issues/1590";>#1590</a>)</li>
   <li><a 
href="https://github.com/jacoco/jacoco/commit/a1144d02ff0f89d6603214676730a2d5616cf466";><code>a1144d0</code></a>
 Upgrade maven-site-plugin to 3.12.1 (<a 
href="https://redirect.github.com/jacoco/jacoco/issues/1586";>#1586</a>)</li>
   <li><a 
href="https://github.com/jacoco/jacoco/commit/04b0141d6ae5e6d1f00f15341b29dd4734ab778a";><code>04b0141</code></a>
 Bump actions/setup-java from 4.0.0 to 4.1.0 (<a 
href="https://redirect.github.com/jacoco/jacoco/issues/1587";>#1587</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/jacoco/jacoco/compare/v0.8.11...v0.8.12";>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.11&new-version=0.8.12)](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>


-- 
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: dev-unsubscr...@syncope.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to