dependabot[bot] opened a new pull request, #700: URL: https://github.com/apache/creadur-rat/pull/700
Bumps [com.github.spotbugs:spotbugs-annotations](https://github.com/spotbugs/spotbugs) from 4.10.2 to 4.10.3. <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.10.3</h2> <p>SpotBugs 4.10.3</p> <h3>CHANGELOG</h3> <ul> <li><a href="https://github.com/spotbugs/spotbugs/blob/4.10.3/CHANGELOG.md">https://github.com/spotbugs/spotbugs/blob/4.10.3/CHANGELOG.md</a></li> </ul> <h3>CHECKSUM</h3> <table> <thead> <tr> <th>file</th> <th>checksum (sha256)</th> </tr> </thead> <tbody> <tr> <td>spotbugs-4.10.3-javadoc.jar</td> <td>9670d6569864fd9a45c4aa92f6e3dc2d11e2c24b4ff0a3eabe64b293dc3f0534</td> </tr> <tr> <td>spotbugs-4.10.3-sources.jar</td> <td>e00994265d6b771db8cc79edd70500ab8af6334f636d3ac7bf169c5d7daefcbc</td> </tr> <tr> <td>spotbugs-4.10.3.tgz</td> <td>53c03a77da9746ed0c17aae6c0a9419a12ddeb8bf61dd7209a2e417550afd01d</td> </tr> <tr> <td>spotbugs-4.10.3.zip</td> <td>e814ee5bf9665412658c4d684e45eae3cf993148a71bc8bc93fb343e92288151</td> </tr> <tr> <td>spotbugs-annotations-4.10.3-javadoc.jar</td> <td>5da6c2d1fe6ef37022dda7fdf221965bb6de57a0276e1735f518840f56ccab1f</td> </tr> <tr> <td>spotbugs-annotations-4.10.3-sources.jar</td> <td>87974d23caffbc8c6e66c567747627267b5ed06573cee966d7af6d236b8d65bd</td> </tr> <tr> <td>spotbugs-annotations.jar</td> <td>3fabaf088f8cd10803cc87dba4666cf874bdcd2e07ad154ed3fe403647ce3f2a</td> </tr> <tr> <td>spotbugs-ant-4.10.3-javadoc.jar</td> <td>fab78b3c109057689dc2057a18071b1a997048bb18b45ae39835c1007b18f440</td> </tr> <tr> <td>spotbugs-ant-4.10.3-sources.jar</td> <td>af1c78c8e194c2f82ea3e0517ab38a5eb6ba608c8d0e776c9097605d6b7efca6</td> </tr> <tr> <td>spotbugs-ant.jar</td> <td>9ec240477b7c87270be7dfe3196180cd3763f04c369e5691feeb12e66110a065</td> </tr> <tr> <td>spotbugs.jar</td> <td>5b12b471979fd8d664e9772d4c7e7e11b25a55d71dbb0ef2d2dcb749959052e7</td> </tr> <tr> <td>test-harness-4.10.3-javadoc.jar</td> <td>1a495602098f524a4a62f227bc556f75236a0231d08d7bedaeae73d478067e94</td> </tr> <tr> <td>test-harness-4.10.3-sources.jar</td> <td>805d2d124b0d4ea513ee9262d4ad6027c3471d45defd80fd7d20e23425d17df7</td> </tr> <tr> <td>test-harness-4.10.3.jar</td> <td>bd10d1f11a1b93e4ca4db4d27772f611bd3407f9452dbbd2d1ba62584ddc171f</td> </tr> <tr> <td>test-harness-core-4.10.3-javadoc.jar</td> <td>cb08bb86e5c9d5b4c4459ab103b9cd0dd99527a56f6fa645ec10d07b0fe75735</td> </tr> <tr> <td>test-harness-core-4.10.3-sources.jar</td> <td>043a55d99a517c0d9cf702b0c183b4afd3f03af9eff4a86d59bb37df1b35b532</td> </tr> <tr> <td>test-harness-core-4.10.3.jar</td> <td>1f9a0ee8f150dd71f960ca4f59dcf7912a45d0e9e6aefc4585fd44b975454bc0</td> </tr> <tr> <td>test-harness-jupiter-4.10.3-javadoc.jar</td> <td>02b463d272ccc7e6f9c7dcbfe7087da23afb6f9b8ad24316362397ae21fcf4cc</td> </tr> <tr> <td>test-harness-jupiter-4.10.3-sources.jar</td> <td>17144f315686bfd01c02fa4ae7c916060c41de8eed58d5b8470416fa08f46ced</td> </tr> <tr> <td>test-harness-jupiter-4.10.3.jar</td> <td>a91146da3e993479cfefd2690781cbd102c6360ecc63a96d88995be3bd60fcbb</td> </tr> </tbody> </table> </blockquote> </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.10.3 - 2026-07-12</h2> <h3>Fixed</h3> <ul> <li>Fix <code>LI_LAZY_INIT_STATIC</code> false negative when the null guard is written in yoda-style (<code>null == field</code>) (<a href="https://redirect.github.com/spotbugs/spotbugs/pull/4144">#4144</a>)</li> <li>Fix <code>DC_DOUBLECHECK</code>, <code>NP_SYNC_AND_NULL_CHECK_FIELD</code> and <code>SP_SPIN_ON_FIELD</code> false negatives when the null guard is written in yoda-style (<code>null == field</code>) (<a href="https://redirect.github.com/spotbugs/spotbugs/pull/4144">#4144</a>)</li> <li>Fix message for <code>UNS_UNSAFE_CALL</code> bug pattern</li> <li>Restore CLI plugin loading by fixing DetectorFactoryCollection bootstrap ordering (<a href="https://redirect.github.com/spotbugs/spotbugs/pull/4191">#4191</a>)</li> <li>Fix <code>UWF_NULL_FIELD</code> false negative for fields initialized with cast null values (<a href="https://redirect.github.com/spotbugs/spotbugs/issues/4034">#4034</a>)</li> <li>Fix <code>UMAC_UNCALLABLE_METHOD_OF_ANONYMOUS_CLASS</code> false positive for methods reached only through method references (<a href="https://redirect.github.com/spotbugs/spotbugs/pull/4059">#4059</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Ant <code>FindBugsViewerTask</code>: use default look and feel by default. (<a href="https://redirect.github.com/spotbugs/spotbugs/pull/4165">#4165</a>)</li> </ul> <h3>Refactor</h3> <ul> <li>Ant <code>FindBugsViewerTask</code>: extend <code>AbstractFindBugsTask</code> to reduce duplicate code. (<a href="https://redirect.github.com/spotbugs/spotbugs/pull/4165">#4165</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/spotbugs/spotbugs/commit/8d5cad4536ae263448c09181268bbca70f0c0712"><code>8d5cad4</code></a> release v4.10.3</li> <li><a href="https://github.com/spotbugs/spotbugs/commit/f849bcee866a71425d078e872fc7b4417b76c136"><code>f849bce</code></a> Update junit-framework monorepo to v6.1.2 (<a href="https://redirect.github.com/spotbugs/spotbugs/issues/4199">#4199</a>)</li> <li><a href="https://github.com/spotbugs/spotbugs/commit/368a2136ceb5bb783cceb9f05dae02d8f56118d9"><code>368a213</code></a> Fixes <a href="https://redirect.github.com/spotbugs/spotbugs/issues/4138">#4138</a> : Detect yoda-style null guards in lazy-init and related detector...</li> <li><a href="https://github.com/spotbugs/spotbugs/commit/21ba5384a71bc900877f1354eb56d42d74b17084"><code>21ba538</code></a> Update actions/stale digest to 1e223db (<a href="https://redirect.github.com/spotbugs/spotbugs/issues/4197">#4197</a>)</li> <li><a href="https://github.com/spotbugs/spotbugs/commit/6c91a0d461567536bc80ffbfe2a821c9fc58ab74"><code>6c91a0d</code></a> Update dependency net.sf.saxon:Saxon-HE to v12.10 (<a href="https://redirect.github.com/spotbugs/spotbugs/issues/4198">#4198</a>)</li> <li><a href="https://github.com/spotbugs/spotbugs/commit/7fb263e4a370f636ff4feaa8889db3a5474504d3"><code>7fb263e</code></a> Update actions/setup-java digest to 0f481fc (<a href="https://redirect.github.com/spotbugs/spotbugs/issues/4196">#4196</a>)</li> <li><a href="https://github.com/spotbugs/spotbugs/commit/c8f9bb1ec8e1f8a0d27f343966c24fe7a0f24d2c"><code>c8f9bb1</code></a> fix(deprecations): Replace deprecated io close with try with resources (<a href="https://redirect.github.com/spotbugs/spotbugs/issues/4194">#4194</a>)</li> <li><a href="https://github.com/spotbugs/spotbugs/commit/1c78756d08b189ae9e7ed5421e9f558fa8ca5d66"><code>1c78756</code></a> chore{build): Update eclipse-convention.gradle.kts file (<a href="https://redirect.github.com/spotbugs/spotbugs/issues/4193">#4193</a>)</li> <li><a href="https://github.com/spotbugs/spotbugs/commit/1aec284dfcd31327886d4f6a669d99b0d5e71cee"><code>1aec284</code></a> fix: improve EQ_DOESNT_OVERRIDE_EQUALS warning to mention symmetry risk (<a href="https://redirect.github.com/spotbugs/spotbugs/issues/4016">#4016</a>)</li> <li><a href="https://github.com/spotbugs/spotbugs/commit/f3ddc36bbd811ecf7cefc11bd02152b9fe743bc8"><code>f3ddc36</code></a> Fixes <a href="https://redirect.github.com/spotbugs/spotbugs/issues/4055">#4055</a> : Record method-reference targets as called methods (<a href="https://redirect.github.com/spotbugs/spotbugs/issues/4059">#4059</a>)</li> <li>Additional commits viewable in <a href="https://github.com/spotbugs/spotbugs/compare/4.10.2...4.10.3">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]
