dependabot[bot] opened a new pull request, #22572: URL: https://github.com/apache/camel/pull/22572
Bumps [eu.maveniverse.maven.scalpel:extension3](https://github.com/maveniverse/scalpel) from 0.2.0 to 0.3.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/maveniverse/scalpel/releases">eu.maveniverse.maven.scalpel:extension3's releases</a>.</em></p> <blockquote> <h2>Scalpel 0.3.0</h2> <p>Fix non-git-repo test failing when java.io.tmpdir is inside git repo (<a href="https://redirect.github.com/maveniverse/scalpel/issues/21">#21</a>)</p> <p>Surefire sets java.io.tmpdir to target/surefire-tmp, which is inside the project's git work tree. JGit's findGitDir() walks up and discovers the project repo, causing the test to return a result instead of null.</p> <ul> <li>Use /tmp for the test's temp directory to avoid parent repo discovery</li> <li>Catch IllegalArgumentException in detectChanges() since JGit throws it (not RepositoryNotFoundException) when no git dir is found</li> </ul> <p>Co-authored-by: Claude Opus 4.6 <a href="mailto:[email protected]">[email protected]</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/maveniverse/scalpel/commit/32a573ec7b2447fcea915935efafe1fce1801c56"><code>32a573e</code></a> Fix non-git-repo test failing when java.io.tmpdir is inside git repo (<a href="https://redirect.github.com/maveniverse/scalpel/issues/21">#21</a>)</li> <li><a href="https://github.com/maveniverse/scalpel/commit/4d1791a7aa83f649c7217011f7f5e1f196e2cb75"><code>4d1791a</code></a> Use JDK 21 for test compilation and modernize test code (<a href="https://redirect.github.com/maveniverse/scalpel/issues/20">#20</a>)</li> <li><a href="https://github.com/maveniverse/scalpel/commit/e4022fba8ecb485b86ceb1c963a2a17bd45d3904"><code>e4022fb</code></a> Consolidate git status API, add safe regex matching, and improve report build...</li> <li><a href="https://github.com/maveniverse/scalpel/commit/b62e9b9c66e2ea52d0736973a67fe3c7b5e668c6"><code>b62e9b9</code></a> Add unit tests for ScalpelConfiguration (<a href="https://redirect.github.com/maveniverse/scalpel/issues/17">#17</a>)</li> <li><a href="https://github.com/maveniverse/scalpel/commit/16de3d6011d49a741c9f34ba733023fa110a610b"><code>16de3d6</code></a> Add skipTestsForDownstreamModules property (<a href="https://redirect.github.com/maveniverse/scalpel/issues/14">#14</a>)</li> <li><a href="https://github.com/maveniverse/scalpel/commit/8b78dc25353af0952e69a8c1578c3be569b735d6"><code>8b78dc2</code></a> Add sourceSet field to report and document source-set-aware propagation (<a href="https://redirect.github.com/maveniverse/scalpel/issues/16">#16</a>)</li> <li><a href="https://github.com/maveniverse/scalpel/commit/c90d1d9b76c98ecb51a1d2c0ba8ef8b9b08ae7f3"><code>c90d1d9</code></a> Detect managed dependency changes in import-scope BOM modules (<a href="https://redirect.github.com/maveniverse/scalpel/issues/10">#10</a>)</li> <li><a href="https://github.com/maveniverse/scalpel/commit/80952db05a8500d376e2ce9181ac1d78bd00fba7"><code>80952db</code></a> Fix <a href="https://redirect.github.com/maveniverse/scalpel/issues/9">#9</a>: Add POM comparison for source directories, resources, and repositories</li> <li><a href="https://github.com/maveniverse/scalpel/commit/514d1506aee1c3682ac39944697df9f9672f7417"><code>514d150</code></a> Fix README: remove undocumented POM comparison claims</li> <li>See full diff in <a href="https://github.com/maveniverse/scalpel/compare/0.2.0...0.3.0">compare view</a></li> </ul> </details> <br /> [](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 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
