dependabot[bot] opened a new pull request, #715: URL: https://github.com/apache/creadur-rat/pull/715
Bumps [com.github.spotbugs:spotbugs-annotations](https://github.com/spotbugs/spotbugs) from 4.10.3 to 4.10.4. <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.4</h2> <p>SpotBugs 4.10.4</p> <h3>CHANGELOG</h3> <ul> <li><a href="https://github.com/spotbugs/spotbugs/blob/4.10.4/CHANGELOG.md">https://github.com/spotbugs/spotbugs/blob/4.10.4/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.4-javadoc.jar</td> <td>06bfc9ccdcfb9b594b5053817199b9489dff6312dc35c8864faa9b9357cf5be4</td> </tr> <tr> <td>spotbugs-4.10.4-sources.jar</td> <td>d087c11e3b0714e8445b29f2bef9bb4c62b4ee13ad67caf7a4b64d61e82ea400</td> </tr> <tr> <td>spotbugs-4.10.4.tgz</td> <td>72bc0d4edd686e462c0f71f42a049b27bf4da6708797ff7b2b56dd202714b4e5</td> </tr> <tr> <td>spotbugs-4.10.4.zip</td> <td>771c8702beb2b4b6aa20df87ea85f22fda7280c7ce36fce4077b7b3c076d1e14</td> </tr> <tr> <td>spotbugs-annotations-4.10.4-javadoc.jar</td> <td>0fc9d3c529c6ee93aeddf9cfbd4b1438708e37fd53b5157aa47070446fbc7303</td> </tr> <tr> <td>spotbugs-annotations-4.10.4-sources.jar</td> <td>87974d23caffbc8c6e66c567747627267b5ed06573cee966d7af6d236b8d65bd</td> </tr> <tr> <td>spotbugs-annotations.jar</td> <td>28fa4befaddce5d7b79b07c68e7c12fa27c5d9282c4229528717971606661ea3</td> </tr> <tr> <td>spotbugs-ant-4.10.4-javadoc.jar</td> <td>eaa1ee0a4e004b7b12e2dfc65290c6324effff6ffc0e7b7ee94c98875997e51c</td> </tr> <tr> <td>spotbugs-ant-4.10.4-sources.jar</td> <td>af1c78c8e194c2f82ea3e0517ab38a5eb6ba608c8d0e776c9097605d6b7efca6</td> </tr> <tr> <td>spotbugs-ant.jar</td> <td>9ec240477b7c87270be7dfe3196180cd3763f04c369e5691feeb12e66110a065</td> </tr> <tr> <td>spotbugs.jar</td> <td>a88cad2e0ea9bb74b908ce82ae89416c61fa8f8ea5cfcc9368b1baac2da878d2</td> </tr> <tr> <td>test-harness-4.10.4-javadoc.jar</td> <td>c1ff7bcd0c4f61f4356ae9734be34567df680175651a3104fdee241e324d6df7</td> </tr> <tr> <td>test-harness-4.10.4-sources.jar</td> <td>805d2d124b0d4ea513ee9262d4ad6027c3471d45defd80fd7d20e23425d17df7</td> </tr> <tr> <td>test-harness-4.10.4.jar</td> <td>bd10d1f11a1b93e4ca4db4d27772f611bd3407f9452dbbd2d1ba62584ddc171f</td> </tr> <tr> <td>test-harness-core-4.10.4-javadoc.jar</td> <td>ac735a1508609001d122a91e43f6dfb10c4c691cf555d5ba386f216df904ac9b</td> </tr> <tr> <td>test-harness-core-4.10.4-sources.jar</td> <td>043a55d99a517c0d9cf702b0c183b4afd3f03af9eff4a86d59bb37df1b35b532</td> </tr> <tr> <td>test-harness-core-4.10.4.jar</td> <td>1f9a0ee8f150dd71f960ca4f59dcf7912a45d0e9e6aefc4585fd44b975454bc0</td> </tr> <tr> <td>test-harness-jupiter-4.10.4-javadoc.jar</td> <td>c9554b4a6509d0d24c6436b6e01171eb8e71fca96df6edf8f80c7b51ab5bda16</td> </tr> <tr> <td>test-harness-jupiter-4.10.4-sources.jar</td> <td>17144f315686bfd01c02fa4ae7c916060c41de8eed58d5b8470416fa08f46ced</td> </tr> <tr> <td>test-harness-jupiter-4.10.4.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.4 - 2026-08-19</h2> <h3>Fixed</h3> <ul> <li>Fix <code>NN_NAKED_NOTIFY</code> false negatives when a field read is stored in a local variable before <code>notify()</code> or <code>notifyAll()</code> (<a href="https://redirect.github.com/spotbugs/spotbugs/issues/3884">#3884</a>)</li> <li>Fix <code>ASE_ASSERTION_WITH_SIDE_EFFECT</code> and <code>ASE_ASSERTION_WITH_SIDE_EFFECT_METHOD</code> false positives in every method analysed after a method that reads <code>$assertionsDisabled</code> without throwing an <code>AssertionError</code> (<a href="https://redirect.github.com/spotbugs/spotbugs/issues/3483">#3483</a>)</li> <li>Fix <code>INT_BAD_COMPARISON_WITH_SIGNED_BYTE</code> false positive for meaningful comparisons of a signed byte with <code>127</code> (<code>b < 127</code>, <code>b >= 127</code>) (<a href="https://redirect.github.com/spotbugs/spotbugs/pull/4201">#4201</a>)</li> <li>Fix <code>EI_EXPOSE_REP</code> false negative for public getters in anonymous classes (<a href="https://redirect.github.com/spotbugs/spotbugs/pull/4237">#4237</a>)</li> <li>Fix missing class report for <code>java.util.Collections$EmptyNavigableSet</code> and <code>java.util.Collections$EmptyNavigableMap</code> when the result of <code>Collections.emptySortedSet()</code>, <code>emptyNavigableSet()</code>, <code>emptySortedMap()</code> or <code>emptyNavigableMap()</code> is stored (<a href="https://redirect.github.com/spotbugs/spotbugs/pull/4244">#4244</a>)</li> <li>Fix <code>URF_UNREAD_FIELD</code> false negative for unread instance fields declared in enums (<a href="https://redirect.github.com/spotbugs/spotbugs/issues/4246">#4246</a>)</li> <li>Stop publishing global dependency-management constraints to consumer POMs. (<a href="https://redirect.github.com/spotbugs/spotbugs/pull/4223">#4223</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/spotbugs/spotbugs/commit/1a58a4822af4587642803104f4e3165422305545"><code>1a58a48</code></a> release v4.10.4</li> <li><a href="https://github.com/spotbugs/spotbugs/commit/160d4a6c16996a2431bab17c5e209f006eeb9a40"><code>160d4a6</code></a> Gradle build cleanup (<a href="https://redirect.github.com/spotbugs/spotbugs/issues/4255">#4255</a>)</li> <li><a href="https://github.com/spotbugs/spotbugs/commit/2354168df83bc235459c1b38a771141e5a989d0e"><code>2354168</code></a> Fix EI_EXPOSE_REP not reported for anonymous-class getters (<a href="https://redirect.github.com/spotbugs/spotbugs/issues/4237">#4237</a>)</li> <li><a href="https://github.com/spotbugs/spotbugs/commit/4895bce6a12f9d924db3844121459b28bc3cf9fb"><code>4895bce</code></a> Fix naked notify detection after local stores (<a href="https://redirect.github.com/spotbugs/spotbugs/issues/4245">#4245</a>)</li> <li><a href="https://github.com/spotbugs/spotbugs/commit/28348e570c555ca586382cc729f896cfde6c2999"><code>28348e5</code></a> Fixes <a href="https://redirect.github.com/spotbugs/spotbugs/issues/3955">#3955</a> : Fix URF_UNREAD_FIELD false negative for unread fields i… (<a href="https://redirect.github.com/spotbugs/spotbugs/issues/4246">#4246</a>)</li> <li><a href="https://github.com/spotbugs/spotbugs/commit/3ec259e885515ddcb47e60641625280bfe30cd4a"><code>3ec259e</code></a> chore(build): Add changelog regarding dependency management constraints remov...</li> <li><a href="https://github.com/spotbugs/spotbugs/commit/33075ceb2e16daba68e5654fecd367741170aee7"><code>33075ce</code></a> Remove eclipse table latest as noted version 3.1 that is long retired and dis...</li> <li><a href="https://github.com/spotbugs/spotbugs/commit/1bf27d87f3b43793dfa86b2727f6bf98bf7ed285"><code>1bf27d8</code></a> Update Gradle to v9.7.1 (<a href="https://redirect.github.com/spotbugs/spotbugs/issues/4252">#4252</a>)</li> <li><a href="https://github.com/spotbugs/spotbugs/commit/ee61d5b188c5ee07b1d2f0232eca5c4c2e1f5351"><code>ee61d5b</code></a> Update dependency com.google.guava:guava to v33.7.1-jre (<a href="https://redirect.github.com/spotbugs/spotbugs/issues/4250">#4250</a>)</li> <li><a href="https://github.com/spotbugs/spotbugs/commit/f352226116b89d71c66c8e0a142fbb414d3e653f"><code>f352226</code></a> Update plugin com.diffplug.spotless to v8.10.0 (<a href="https://redirect.github.com/spotbugs/spotbugs/issues/4249">#4249</a>)</li> <li>Additional commits viewable in <a href="https://github.com/spotbugs/spotbugs/compare/4.10.3...4.10.4">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]
