René's URL Explorer Experiment


Title: Bump com.github.spotbugs:spotbugs from 4.10.2 to 4.10.3 by dependabot[bot] · Pull Request #486 · OWASP-Benchmark/BenchmarkJava · GitHub

Open Graph Title: Bump com.github.spotbugs:spotbugs from 4.10.2 to 4.10.3 by dependabot[bot] · Pull Request #486 · OWASP-Benchmark/BenchmarkJava

X Title: Bump com.github.spotbugs:spotbugs from 4.10.2 to 4.10.3 by dependabot[bot] · Pull Request #486 · OWASP-Benchmark/BenchmarkJava

Description: Bumps com.github.spotbugs:spotbugs from 4.10.2 to 4.10.3. Release notes Sourced from com.github.spotbugs:spotbugs's releases. 4.10.3 SpotBugs 4.10.3 CHANGELOG Fixed Fix LI_LAZY_INIT_STATIC false negative when the null guard is written in yoda-style (null == field) (#4144) Fix DC_DOUBLECHECK, NP_SYNC_AND_NULL_CHECK_FIELD and SP_SPIN_ON_FIELD false negatives when the null guard is written in yoda-style (null == field) (#4144) Fix message for UNS_UNSAFE_CALL bug pattern Restore CLI plugin loading by fixing DetectorFactoryCollection bootstrap ordering (#4191) Fix UWF_NULL_FIELD false negative for fields initialized with cast null values (#4034) Fix UMAC_UNCALLABLE_METHOD_OF_ANONYMOUS_CLASS false positive for methods reached only through method references (#4059) Changed Ant FindBugsViewerTask: use default look and feel by default. (#4165) Refactor Ant FindBugsViewerTask: extend AbstractFindBugsTask to reduce duplicate code. (#4165) CHECKSUM file checksum (sha256) spotbugs-4.10.3-javadoc.jar 9670d6569864fd9a45c4aa92f6e3dc2d11e2c24b4ff0a3eabe64b293dc3f0534 spotbugs-4.10.3-sources.jar e00994265d6b771db8cc79edd70500ab8af6334f636d3ac7bf169c5d7daefcbc spotbugs-4.10.3.tgz 53c03a77da9746ed0c17aae6c0a9419a12ddeb8bf61dd7209a2e417550afd01d spotbugs-4.10.3.zip e814ee5bf9665412658c4d684e45eae3cf993148a71bc8bc93fb343e92288151 spotbugs-annotations-4.10.3-javadoc.jar 5da6c2d1fe6ef37022dda7fdf221965bb6de57a0276e1735f518840f56ccab1f spotbugs-annotations-4.10.3-sources.jar 87974d23caffbc8c6e66c567747627267b5ed06573cee966d7af6d236b8d65bd spotbugs-annotations.jar 3fabaf088f8cd10803cc87dba4666cf874bdcd2e07ad154ed3fe403647ce3f2a spotbugs-ant-4.10.3-javadoc.jar fab78b3c109057689dc2057a18071b1a997048bb18b45ae39835c1007b18f440 spotbugs-ant-4.10.3-sources.jar af1c78c8e194c2f82ea3e0517ab38a5eb6ba608c8d0e776c9097605d6b7efca6 spotbugs-ant.jar 9ec240477b7c87270be7dfe3196180cd3763f04c369e5691feeb12e66110a065 spotbugs.jar 5b12b471979fd8d664e9772d4c7e7e11b25a55d71dbb0ef2d2dcb749959052e7 test-harness-4.10.3-javadoc.jar 1a495602098f524a4a62f227bc556f75236a0231d08d7bedaeae73d478067e94 test-harness-4.10.3-sources.jar 805d2d124b0d4ea513ee9262d4ad6027c3471d45defd80fd7d20e23425d17df7 test-harness-4.10.3.jar bd10d1f11a1b93e4ca4db4d27772f611bd3407f9452dbbd2d1ba62584ddc171f test-harness-core-4.10.3-javadoc.jar cb08bb86e5c9d5b4c4459ab103b9cd0dd99527a56f6fa645ec10d07b0fe75735 test-harness-core-4.10.3-sources.jar 043a55d99a517c0d9cf702b0c183b4afd3f03af9eff4a86d59bb37df1b35b532 test-harness-core-4.10.3.jar 1f9a0ee8f150dd71f960ca4f59dcf7912a45d0e9e6aefc4585fd44b975454bc0 test-harness-jupiter-4.10.3-javadoc.jar 02b463d272ccc7e6f9c7dcbfe7087da23afb6f9b8ad24316362397ae21fcf4cc test-harness-jupiter-4.10.3-sources.jar 17144f315686bfd01c02fa4ae7c916060c41de8eed58d5b8470416fa08f46ced test-harness-jupiter-4.10.3.jar a91146da3e993479cfefd2690781cbd102c6360ecc63a96d88995be3bd60fcbb Changelog Sourced from com.github.spotbugs:spotbugs's changelog. 4.10.3 - 2026-07-12 Fixed Fix LI_LAZY_INIT_STATIC false negative when the null guard is written in yoda-style (null == field) (#4144) Fix DC_DOUBLECHECK, NP_SYNC_AND_NULL_CHECK_FIELD and SP_SPIN_ON_FIELD false negatives when the null guard is written in yoda-style (null == field) (#4144) Fix message for UNS_UNSAFE_CALL bug pattern Restore CLI plugin loading by fixing DetectorFactoryCollection bootstrap ordering (#4191) Fix UWF_NULL_FIELD false negative for fields initialized with cast null values (#4034) Fix UMAC_UNCALLABLE_METHOD_OF_ANONYMOUS_CLASS false positive for methods reached only through method references (#4059) Changed Ant FindBugsViewerTask: use default look and feel by default. (#4165) Refactor Ant FindBugsViewerTask: extend AbstractFindBugsTask to reduce duplicate code. (#4165) Commits 8d5cad4 release v4.10.3 f849bce Update junit-framework monorepo to v6.1.2 (#4199) 368a213 Fixes #4138 : Detect yoda-style null guards in lazy-init and related detector... 21ba538 Update actions/stale digest to 1e223db (#4197) 6c91a0d Update dependency net.sf.saxon:Saxon-HE to v12.10 (#4198) 7fb263e Update actions/setup-java digest to 0f481fc (#4196) c8f9bb1 fix(deprecations): Replace deprecated io close with try with resources (#4194) 1c78756 chore{build): Update eclipse-convention.gradle.kts file (#4193) 1aec284 fix: improve EQ_DOESNT_OVERRIDE_EQUALS warning to mention symmetry risk (#4016) f3ddc36 Fixes #4055 : Record method-reference targets as called methods (#4059) Additional commits viewable in compare view

Open Graph Description: Bumps com.github.spotbugs:spotbugs from 4.10.2 to 4.10.3. Release notes Sourced from com.github.spotbugs:spotbugs's releases. 4.10.3 SpotBugs 4.10.3 CHANGELOG Fixed Fix LI_LAZY_INIT_STATIC f...

X Description: Bumps com.github.spotbugs:spotbugs from 4.10.2 to 4.10.3. Release notes Sourced from com.github.spotbugs:spotbugs's releases. 4.10.3 SpotBugs 4.10.3 CHANGELOG Fixed Fix LI_LAZY_INIT_STAT...

Opengraph URL: https://github.com/OWASP-Benchmark/BenchmarkJava/pull/486

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:39efc15f-330f-59e0-658a-3102a772b905
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idDF42:29748D:22D6D39:2E7071A:6A5D7937
html-safe-nonceee2da6b3c717f5e0230a65625e7ccab1befb272e1ecdfa31fdd11610e44ccb02
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJERjQyOjI5NzQ4RDoyMkQ2RDM5OjJFNzA3MUE6NkE1RDc5MzciLCJ2aXNpdG9yX2lkIjoiNzIzOTUzNTIxMzA3NjY0MjEwMyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac1054a5a94fccc4b4f901b9d3dc2686795010f800e4966eed1279147dd8000f31
hovercard-subject-tagpull_request:4043816207
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/OWASP-Benchmark/BenchmarkJava/pull/486/files
twitter:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
og:image:altBumps com.github.spotbugs:spotbugs from 4.10.2 to 4.10.3. Release notes Sourced from com.github.spotbugs:spotbugs's releases. 4.10.3 SpotBugs 4.10.3 CHANGELOG Fixed Fix LI_LAZY_INIT_STATIC f...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None5290d7e14309ad1e76106a9c4237bd1041517e83ea182c8ab756752cb0c6940b
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/OWASP-Benchmark/BenchmarkJava git https://github.com/OWASP-Benchmark/BenchmarkJava.git
octolytics-dimension-user_id80600360
octolytics-dimension-user_loginOWASP-Benchmark
octolytics-dimension-repository_id33565372
octolytics-dimension-repository_nwoOWASP-Benchmark/BenchmarkJava
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id33565372
octolytics-dimension-repository_network_root_nwoOWASP-Benchmark/BenchmarkJava
turbo-body-classeslogged-out env-production page-responsive
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release9c975978430e9ad293956f2bbdaf153b1bd84a99
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/OWASP-Benchmark/BenchmarkJava/pull/486/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FOWASP-Benchmark%2FBenchmarkJava%2Fpull%2F486%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FOWASP-Benchmark%2FBenchmarkJava%2Fpull%2F486%2Ffiles
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=OWASP-Benchmark%2FBenchmarkJava
Reloadhttps://github.com/OWASP-Benchmark/BenchmarkJava/pull/486/files
Reloadhttps://github.com/OWASP-Benchmark/BenchmarkJava/pull/486/files
Reloadhttps://github.com/OWASP-Benchmark/BenchmarkJava/pull/486/files
Please reload this pagehttps://github.com/OWASP-Benchmark/BenchmarkJava/pull/486/files
OWASP-Benchmark https://github.com/OWASP-Benchmark
BenchmarkJavahttps://github.com/OWASP-Benchmark/BenchmarkJava
Notifications https://github.com/login?return_to=%2FOWASP-Benchmark%2FBenchmarkJava
Fork 1.5k https://github.com/login?return_to=%2FOWASP-Benchmark%2FBenchmarkJava
Star 818 https://github.com/login?return_to=%2FOWASP-Benchmark%2FBenchmarkJava
Code https://github.com/OWASP-Benchmark/BenchmarkJava
Issues 12 https://github.com/OWASP-Benchmark/BenchmarkJava/issues
Pull requests 8 https://github.com/OWASP-Benchmark/BenchmarkJava/pulls
Actions https://github.com/OWASP-Benchmark/BenchmarkJava/actions
Projects https://github.com/OWASP-Benchmark/BenchmarkJava/projects
Security and quality 0 https://github.com/OWASP-Benchmark/BenchmarkJava/security
Insights https://github.com/OWASP-Benchmark/BenchmarkJava/pulse
Code https://github.com/OWASP-Benchmark/BenchmarkJava
Issues https://github.com/OWASP-Benchmark/BenchmarkJava/issues
Pull requests https://github.com/OWASP-Benchmark/BenchmarkJava/pulls
Actions https://github.com/OWASP-Benchmark/BenchmarkJava/actions
Projects https://github.com/OWASP-Benchmark/BenchmarkJava/projects
Security and quality https://github.com/OWASP-Benchmark/BenchmarkJava/security
Insights https://github.com/OWASP-Benchmark/BenchmarkJava/pulse
Sign up for GitHub https://github.com/signup?return_to=%2FOWASP-Benchmark%2FBenchmarkJava%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2FOWASP-Benchmark%2FBenchmarkJava%2Fissues%2Fnew%2Fchoose
davewichershttps://github.com/davewichers
masterhttps://github.com/OWASP-Benchmark/BenchmarkJava/tree/master
dependabot/maven/com.github.spotbugs-spotbugs-4.10.3https://github.com/OWASP-Benchmark/BenchmarkJava/tree/dependabot/maven/com.github.spotbugs-spotbugs-4.10.3
Conversation 0 https://github.com/OWASP-Benchmark/BenchmarkJava/pull/486
Commits 1 https://github.com/OWASP-Benchmark/BenchmarkJava/pull/486/commits
Checks 5 https://github.com/OWASP-Benchmark/BenchmarkJava/pull/486/checks
Files changed https://github.com/OWASP-Benchmark/BenchmarkJava/pull/486/files
Please reload this pagehttps://github.com/OWASP-Benchmark/BenchmarkJava/pull/486/files
Bump com.github.spotbugs:spotbugs from 4.10.2 to 4.10.3 https://github.com/OWASP-Benchmark/BenchmarkJava/pull/486/files#top
Show all changes 1 commit https://github.com/OWASP-Benchmark/BenchmarkJava/pull/486/files
5fad93e Bump com.github.spotbugs:spotbugs from 4.10.2 to 4.10.3 dependabot[bot] Jul 13, 2026 https://github.com/OWASP-Benchmark/BenchmarkJava/pull/486/commits/5fad93e0d04cc634a9b704398a58db1a659c7dfb
Clear filters https://github.com/OWASP-Benchmark/BenchmarkJava/pull/486/files
Please reload this pagehttps://github.com/OWASP-Benchmark/BenchmarkJava/pull/486/files
Please reload this pagehttps://github.com/OWASP-Benchmark/BenchmarkJava/pull/486/files
pom.xmlhttps://github.com/OWASP-Benchmark/BenchmarkJava/pull/486/files#diff-9c5fb3d1b7e3b0f54bc5c4182965c4fe1f9023d449017cece3005d3f90e8e4d8
View file https://github.com/OWASP-Benchmark/BenchmarkJava/blob/5fad93e0d04cc634a9b704398a58db1a659c7dfb/pom.xml
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/OWASP-Benchmark/BenchmarkJava/pull/486/{{ revealButtonHref }}
https://github.com/OWASP-Benchmark/BenchmarkJava/pull/486/files#diff-9c5fb3d1b7e3b0f54bc5c4182965c4fe1f9023d449017cece3005d3f90e8e4d8
https://github.com/OWASP-Benchmark/BenchmarkJava/pull/486/files#diff-9c5fb3d1b7e3b0f54bc5c4182965c4fe1f9023d449017cece3005d3f90e8e4d8
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.