Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump org.pitest:pitest-maven from 1.16.2 to 1.16.3 (#917)
Bumps [org.pitest:pitest-maven](https://github.com/hcoles/pitest) from 1.16.2 to 1.16.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/hcoles/pitest/releases">org.pitest:pitest-maven's releases</a>.</em></p> <blockquote> <h2>1.16.3</h2> <ul> <li><a href="https://github.com/hcoles/pitest/issues/1345">#1345</a> Improved delayed execution detection in static initialization code</li> <li><a href="https://github.com/hcoles/pitest/issues/1347">#1347</a> Auto add standard kotlin source dirs for maven projects</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hcoles/pitest/commit/18c498921126ad021ce046cc310799b816c35193"><code>18c4989</code></a> backwards compatibility</li> <li><a href="https://github.com/hcoles/pitest/commit/8714b60238b6e239ea0742e564af71ced4b1b8e2"><code>8714b60</code></a> Merge pull request <a href="https://github.com/hcoles/pitest/issues/1347">#1347</a> from hcoles/feature/auto_configure_kotlin</li> <li><a href="https://github.com/hcoles/pitest/commit/c7b9fa4513f794c9456bde0f78970d9e5e3da360"><code>c7b9fa4</code></a> Auto add standard kotlin source dirs if present</li> <li><a href="https://github.com/hcoles/pitest/commit/5b8e2c1485657c002a4b73f309451742ff03dfd3"><code>5b8e2c1</code></a> Merge pull request <a href="https://github.com/hcoles/pitest/issues/1345">#1345</a> from hcoles/feature/improved_delayed_execution</li> <li><a href="https://github.com/hcoles/pitest/commit/b3747367dc7803027dbec4f29ce528f0c83fdade"><code>b374736</code></a> disable functional interface scanning</li> <li><a href="https://github.com/hcoles/pitest/commit/376d38672b91b389358ec80c83c8527999158fdf"><code>376d386</code></a> fix comment and remove unneccesary logging of common scenario</li> <li><a href="https://github.com/hcoles/pitest/commit/4c86cb4214cb9a0a57dc2d6dc5c5b831c1e64901"><code>4c86cb4</code></a> add kotlin function types</li> <li><a href="https://github.com/hcoles/pitest/commit/a7d9d9060a5267c93a4e58bd3de7d9196959e773"><code>a7d9d90</code></a> expand list of recognised function types</li> <li><a href="https://github.com/hcoles/pitest/commit/c0a254895770e87ee6480820bd10f203c753a335"><code>c0a2548</code></a> scan for functional annotation</li> <li><a href="https://github.com/hcoles/pitest/commit/45d9f34ef657ec9d71dcc0d1622cd5444b8a2279"><code>45d9f34</code></a> identify fields with a prescan</li> <li>Additional commits viewable in <a href="https://github.com/hcoles/pitest/compare/1.16.2...1.16.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.pitest:pitest-maven&package-manager=maven&previous-version=1.16.2&new-version=1.16.3)](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>
- Loading branch information