dependabot[bot] opened a new pull request, #6610: URL: https://github.com/apache/ignite-3/pull/6610
Bumps [com.github.spotbugs:spotbugs-annotations](https://github.com/spotbugs/spotbugs) from 4.9.4 to 4.9.6. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/spotbugs/spotbugs/releases">com.github.spotbugs:spotbugs-annotations's releases</a>.</em></p> <blockquote> <h2>4.9.6</h2> <p>SpotBugs 4.9.6</p> <h3>CHANGELOG</h3> <h3>Fixed</h3> <ul> <li>Fix exception throw when analyzing <code>jakarta.servlet.http.HttpServletRequest</code> method calls (<a href="https://redirect.github.com/spotbugs/spotbugs/issues/3711">#3711</a>)</li> </ul> <h3>CHECKSUM</h3> <table> <thead> <tr> <th>file</th> <th>checksum (sha256)</th> </tr> </thead> <tbody> <tr> <td>spotbugs-4.9.6-javadoc.jar</td> <td>b4b9373ad6f22ad2547a8274501f87b01e2428c30aabaea3aeec3f9095636e24</td> </tr> <tr> <td>spotbugs-4.9.6-sources.jar</td> <td>89687b6e685c9a07f7faf49f29b832fb861884f2160947eb4396498cdbb33cc4</td> </tr> <tr> <td>spotbugs-4.9.6.tgz</td> <td>55aa9b9e3deef0391be285335dcf134d1ce54aae222bba1da757eaa616108957</td> </tr> <tr> <td>spotbugs-4.9.6.zip</td> <td>86fb3f93c4147383f76fe21ab2807956b34cf17108a42a76311efa4977f952cc</td> </tr> <tr> <td>spotbugs-annotations-4.9.6-javadoc.jar</td> <td>4c9f8027f6a2313ef22347f4832e5dccc9c58d350d1bd5bff4d5a53f37e1c220</td> </tr> <tr> <td>spotbugs-annotations-4.9.6-sources.jar</td> <td>075b2eed660c2fe2fb1ad1de028f8fdff5f358e25c1318706b95ab17bb28be44</td> </tr> <tr> <td>spotbugs-annotations.jar</td> <td>523d394a6b36174ad0a22f0c1c75b105ccff42869a8b7ce86e7fd339ca6f86ce</td> </tr> <tr> <td>spotbugs-ant-4.9.6-javadoc.jar</td> <td>9b510af8cd3a5c62560fe544b730ebf44cbb109e085fe526add155258612273c</td> </tr> <tr> <td>spotbugs-ant-4.9.6-sources.jar</td> <td>91477d93b1fd1bebae35d318427b5238fb458e726478dc1a8ac41ce74838a1e6</td> </tr> <tr> <td>spotbugs-ant.jar</td> <td>22f2fa397e86663adcd4828cc1c91e63aa6cc2bfc56832885b749a86fac5c784</td> </tr> <tr> <td>spotbugs.jar</td> <td>62a0def31899338200fc9013b4db8a8aedfc3536ca7d70d59038b092dfaa6819</td> </tr> <tr> <td>test-harness-4.9.6-javadoc.jar</td> <td>bdcef7587312fb9a85d0d292623ea1a779bfe8b9a5e321d73bb8ad92ce79ed0a</td> </tr> <tr> <td>test-harness-4.9.6-sources.jar</td> <td>805d2d124b0d4ea513ee9262d4ad6027c3471d45defd80fd7d20e23425d17df7</td> </tr> <tr> <td>test-harness-4.9.6.jar</td> <td>0076a3bc9602c78d73edb048e625a96ee6a182fa3dd39300aa739af67b954189</td> </tr> <tr> <td>test-harness-core-4.9.6-javadoc.jar</td> <td>7d7a7d6944e7199e06384104b163c11145ed60dd567fefd9b788f3ac03770e18</td> </tr> <tr> <td>test-harness-core-4.9.6-sources.jar</td> <td>656579431db1b2714faeeca3c3d59426e2ffdfdb0725546b4090f993d2413eeb</td> </tr> <tr> <td>test-harness-core-4.9.6.jar</td> <td>66db286ae1dd056458c1e0303a8e2f81fe95a2c5d2888172a3ed17e993434bf1</td> </tr> <tr> <td>test-harness-jupiter-4.9.6-javadoc.jar</td> <td>8925836d7d1198ec223c4ff5118fd596278df4157d910eb767f7f312a7df8904</td> </tr> <tr> <td>test-harness-jupiter-4.9.6-sources.jar</td> <td>59bbb8581ed4bdd212a669d94ec363b6c1d6df9276a608359c66d7f0c1688279</td> </tr> <tr> <td>test-harness-jupiter-4.9.6.jar</td> <td>0582a99bdc66e24c7e36753014729149189fd27129ec5a2f38a8d67457bc9696</td> </tr> </tbody> </table> <h2>SpotBugs 4.9.5</h2> <h3>CHANGELOG</h3> <h3>Fixed</h3> <ul> <li>Fix for an error when a record method has the <code>@SuppressFBWarnings</code> annotation (<a href="https://redirect.github.com/spotbugs/spotbugs/pull/3622">#3622</a>)</li> <li>Fix <code>SF_SWITCH_FALLTHROUGH</code> false positive when continuing a loop (<a href="https://redirect.github.com/spotbugs/spotbugs/issues/3617">#3617</a>)</li> <li><code>CWO_CLOSED_WITHOUT_OPENED</code> false positive (<a href="https://redirect.github.com/spotbugs/spotbugs/issues/3616">#3616</a>)</li> <li><code>SF_SWITCH_NO_DEFAULT</code> false positive fix for switch-arrow (<a href="https://redirect.github.com/spotbugs/spotbugs/issues/3645">#3645</a>)</li> <li>Fix the issue with BCEL logging <code>Duplicating value: ...</code> (<a href="https://redirect.github.com/spotbugs/spotbugs/issues/3621">#3621</a>)</li> <li>Add missing jakarta support for servlets / pre/post destroy (<a href="https://redirect.github.com/spotbugs/spotbugs/pull/3694">#3694</a>)</li> </ul> <h3>Added</h3> <ul> <li>Add 'java.nio.file.Path.of' to known types for path traversal checks (<a href="https://redirect.github.com/spotbugs/spotbugs/pull/3699">#3699</a>)</li> </ul> <h3>Cleanup</h3> <ul> <li>S1481: Unused local variables should be removed (<a href="https://redirect.github.com/spotbugs/spotbugs/pull/3654">#3654</a>)</li> <li>Moved test libraries to jakarta namespace including switching off jsr305 where possible for jakarta.annotatoin (<a href="https://redirect.github.com/spotbugs/spotbugs/pull/3695">#3695</a>)</li> </ul> <h3>CHECKSUM</h3> <p>| file | checksum (sha256) |</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/spotbugs/spotbugs/blob/master/CHANGELOG.md">com.github.spotbugs:spotbugs-annotations's changelog</a>.</em></p> <blockquote> <h2>4.9.6 - 2025-09-16</h2> <h3>Fixed</h3> <ul> <li>Fix exception throw when analyzing <code>jakarta.servlet.http.HttpServletRequest</code> method calls (<a href="https://redirect.github.com/spotbugs/spotbugs/issues/3711">#3711</a>)</li> </ul> <h2>4.9.5 - 2025-09-14</h2> <h3>Fixed</h3> <ul> <li>Fix for an error when a record method has the <code>@SuppressFBWarnings</code> annotation (<a href="https://redirect.github.com/spotbugs/spotbugs/pull/3622">#3622</a>)</li> <li>Fix <code>SF_SWITCH_FALLTHROUGH</code> false positive when continuing a loop (<a href="https://redirect.github.com/spotbugs/spotbugs/issues/3617">#3617</a>)</li> <li><code>CWO_CLOSED_WITHOUT_OPENED</code> false positive (<a href="https://redirect.github.com/spotbugs/spotbugs/issues/3616">#3616</a>)</li> <li><code>SF_SWITCH_NO_DEFAULT</code> false positive fix for switch-arrow (<a href="https://redirect.github.com/spotbugs/spotbugs/issues/3645">#3645</a>)</li> <li>Fix the issue with BCEL logging <code>Duplicating value: ...</code> (<a href="https://redirect.github.com/spotbugs/spotbugs/issues/3621">#3621</a>)</li> <li>Add missing jakarta support for servlets / pre/post destroy (<a href="https://redirect.github.com/spotbugs/spotbugs/pull/3694">#3694</a>)</li> </ul> <h3>Added</h3> <ul> <li>Add 'java.nio.file.Path.of' to known types for path traversal checks (<a href="https://redirect.github.com/spotbugs/spotbugs/pull/3699">#3699</a>)</li> </ul> <h3>Cleanup</h3> <ul> <li>S1481: Unused local variables should be removed (<a href="https://redirect.github.com/spotbugs/spotbugs/pull/3654">#3654</a>)</li> <li>Moved test libraries to jakarta namespace including switching off jsr305 where possible for jakarta.annotatoin (<a href="https://redirect.github.com/spotbugs/spotbugs/pull/3695">#3695</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/spotbugs/spotbugs/commit/aa3a737bc82090dd8060524fe3e2498350e7cfd7"><code>aa3a737</code></a> release v4.9.6</li> <li><a href="https://github.com/spotbugs/spotbugs/commit/7d37faa40ea11e119272f9ce1fc85428ed3c85b4"><code>7d37faa</code></a> chore(build): Temporarily remove the publish part</li> <li><a href="https://github.com/spotbugs/spotbugs/commit/923f053467d889fdb2dcfbfb95b868458a6e2961"><code>923f053</code></a> chore(docs): Minor syntax</li> <li><a href="https://github.com/spotbugs/spotbugs/commit/d662709773b1c1974f4582de2f278f497ce2b59d"><code>d662709</code></a> chore(build): Rework the bin/hub to gh replacement</li> <li><a href="https://github.com/spotbugs/spotbugs/commit/95470b84584a2652593d8a93c601c0a6d8577733"><code>95470b8</code></a> prepare for next release</li> <li><a href="https://github.com/spotbugs/spotbugs/commit/71e370669e8798898fe4214b0ec30ccb1d31aafb"><code>71e3706</code></a> release v4.9.6</li> <li><a href="https://github.com/spotbugs/spotbugs/commit/68013c09022410cf67a2eb1c2f50164925cbe431"><code>68013c0</code></a> chore(Build): Rename as yaml extensions, use gh, and update conf versions (<a href="https://redirect.github.com/spotbugs/spotbugs/issues/3">#3</a>...</li> <li><a href="https://github.com/spotbugs/spotbugs/commit/9f0ec1211acac3218e3a733bad55ce2c2337541e"><code>9f0ec12</code></a> chore: Use proper import (<a href="https://redirect.github.com/spotbugs/spotbugs/issues/3716">#3716</a>)</li> <li><a href="https://github.com/spotbugs/spotbugs/commit/6f81754c8548c2da9200773ed15e4bb142f18417"><code>6f81754</code></a> chore(deps): update plugin com.gradle.develocity to v4.2 (<a href="https://redirect.github.com/spotbugs/spotbugs/issues/3714">#3714</a>)</li> <li><a href="https://github.com/spotbugs/spotbugs/commit/1f1fd68eda09bd93f0ad65611a5d2bfe503f6121"><code>1f1fd68</code></a> Fix exception throw when analyzing <code>jakarta.servlet.http.HttpServletRequest</code> ...</li> <li>Additional commits viewable in <a href="https://github.com/spotbugs/spotbugs/compare/4.9.4...4.9.6">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 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
