René's URL Explorer Experiment


Title: Bump commons-io:commons-io from 2.19.0 to 2.20.0 by dependabot[bot] · Pull Request #339 · OWASP-Benchmark/BenchmarkJava · GitHub

Open Graph Title: Bump commons-io:commons-io from 2.19.0 to 2.20.0 by dependabot[bot] · Pull Request #339 · OWASP-Benchmark/BenchmarkJava

X Title: Bump commons-io:commons-io from 2.19.0 to 2.20.0 by dependabot[bot] · Pull Request #339 · OWASP-Benchmark/BenchmarkJava

Description: Bumps commons-io:commons-io from 2.19.0 to 2.20.0. Changelog Sourced from commons-io:commons-io's changelog. Apache Commons IO 2.20.0 Release Notes The Apache Commons IO team is pleased to announce the release of Apache Commons IO 2.20.0. Introduction The Apache Commons IO library contains utility classes, stream implementations, file filters, file comparators, endian transformation classes, and much more. Version 2.19.1: Java 8 or later is required. New features o IO-875: Add org.apache.commons.io.file.CountingPathVisitor.accept(Path, BasicFileAttributes) #743. Thanks to Pierre Baumard, Gary Gregory. o Add org.apache.commons.io.Charsets.isAlias(Charset, String). Thanks to Gary Gregory. o Add org.apache.commons.io.Charsets.isUTF8(Charset). Thanks to Gary Gregory. o Add org.apache.commons.io.Charsets.toCharsetDefault(String, Charset). Thanks to Gary Gregory. o IO-279: Add Tailer ignoreTouch option #757. Thanks to Joerg Budischewski, Gary Gregory. Fixed Bugs o [javadoc] Rename parameter of ProxyOutputStream.write(int) #740. Thanks to Jesse Glick. o IO-875: CopyDirectoryVisitor ignores fileFilter #743. Thanks to Pierre Baumard, Gary Gregory. o org.apache.commons.io.build.AbstractOrigin.getReader(Charset) now maps a null Charset to the default Charset. Thanks to Gary Gregory. o org.apache.commons.io.build.AbstractOrigin.AbstractRandomAccessFileOrigin.getReader(Charset) now maps a null Charset to the default Charset. Thanks to Gary Gregory. o org.apache.commons.io.build.AbstractOrigin.ByeArrayOrigin.getReader(Charset) now maps a null Charset to the default Charset. Thanks to Gary Gregory. o org.apache.commons.io.build.AbstractOrigin.InputStreamOrigin.getReader(Charset) now maps a null Charset to the default Charset. Thanks to Gary Gregory. o org.apache.commons.io.build.AbstractOrigin.getWriter(Charset) now maps a null Charset to the default Charset. Thanks to Gary Gregory. o org.apache.commons.io.build.AbstractOrigin.AbstractRandomAccessFileOrigin.getWriter(Charset) now maps a null Charset to the default Charset. Thanks to Gary Gregory. o org.apache.commons.io.build.AbstractOrigin.OutputStreamOrigin.getWriter(Charset) now maps a null Charset to the default Charset. Thanks to Gary Gregory. o FileUtils.readLines(File, Charset) now maps a null Charset to the default Charset #744. Thanks to Ryan Kurtz, Gary Gregory. o Fix SpotBugs [ERROR] Medium: Shared primitive variable "atSlashCr" in one thread may not yield the value of the most recent write from another thread [org.apache.commons.io.input.WindowsLineEndingInputStream, org.apache.commons.io.input.WindowsLineEndingInputStream] At WindowsLineEndingInputStream.java:[line 77]Another occurrence at WindowsLineEndingInputStream.java:[line 81] AT_STALE_THREAD_WRITE_OF_PRIMITIVE. Thanks to Gary Gregory. o Fix SpotBugs [ERROR] Medium: Shared primitive variable "atSlashCr" in one thread may not yield the value of the most recent write from another thread [org.apache.commons.io.input.WindowsLineEndingInputStream] At WindowsLineEndingInputStream.java:[line 112] AT_STALE_THREAD_WRITE_OF_PRIMITIVE. Thanks to Gary Gregory. o Fix SpotBugs [ERROR] Medium: Shared primitive variable "atSlashLf" in one thread may not yield the value of the most recent write from another thread [org.apache.commons.io.input.WindowsLineEndingInputStream] At WindowsLineEndingInputStream.java:[line 113] AT_STALE_THREAD_WRITE_OF_PRIMITIVE. Thanks to Gary Gregory. o Fix SpotBugs [ERROR] Medium: Shared primitive variable "atSlashLf" in one thread may not yield the value of the most recent write from another thread [org.apache.commons.io.input.UnixLineEndingInputStream] At UnixLineEndingInputStream.java:[line 75] AT_STALE_THREAD_WRITE_OF_PRIMITIVE. Thanks to Gary Gregory. o Fix SpotBugs [ERROR] Medium: Shared primitive variable "atEos" in one thread may not yield the value of the most recent write from another thread [org.apache.commons.io.input.UnixLineEndingInputStream] At UnixLineEndingInputStream.java:[line 120] AT_STALE_THREAD_WRITE_OF_PRIMITIVE. Thanks to Gary Gregory. o Fix SpotBugs [ERROR] Medium: Shared primitive variable "atSlashCr" in one thread may not yield the value of the most recent write from another thread [org.apache.commons.io.input.UnixLineEndingInputStream] At UnixLineEndingInputStream.java:[line 124] AT_STALE_THREAD_WRITE_OF_PRIMITIVE. Thanks to Gary Gregory. o Fix SpotBugs [ERROR] Medium: Shared primitive variable "atSlashLf" in one thread may not yield the value of the most recent write from another thread [org.apache.commons.io.input.UnixLineEndingInputStream] At UnixLineEndingInputStream.java:[line 125] AT_STALE_THREAD_WRITE_OF_PRIMITIVE. Thanks to Gary Gregory. o Fix SpotBugs [ERROR] Medium: Shared primitive variable "closed" in one thread may not yield the value of the most recent write from another thread [org.apache.commons.io.input.ProxyInputStream] At ProxyInputStream.java:[line 233] AT_STALE_THREAD_WRITE_OF_PRIMITIVE. Thanks to Gary Gregory. o Fix SpotBugs [ERROR] Medium: Shared primitive variable "propagateClose" in one thread may not yield the value of the most recent write from another thread [org.apache.commons.io.input.BoundedInputStream] At BoundedInputStream.java:[line 555] AT_STALE_THREAD_WRITE_OF_PRIMITIVE. Thanks to Gary Gregory. o QueueInputStream reads all but the first byte without waiting. #748. Thanks to maxxedev, Piotr P. Karwasz, Gary Gregory. o Javadoc fixes and improvements. Thanks to Gary Gregory. o Avoid NPE in org.apache.commons.io.filefilter.WildcardFilter.accept(File). Thanks to Gary Gregory. o IO-874: FileUtils.forceDelete can delete a broken symlink again #756. Thanks to Andy Russell, Joerg Budischewski. o Fix infinite loop in AbstractByteArrayOutputStream. #758. Thanks to Alex Benusovich. ... (truncated) Commits c224bce Prepare for the release candidate 2.20.0 RC1 8981a5c Remove workaround for 4ef481f Prepare for the next release candidate d23228f Merge branch 'master' of https://github.com/apache/commons-io.git 5d2737f Add @​SuppressWarnings e5c80d6 Bump org.apache.commons:commons-lang3 from 3.17.0 to 3.18.0 #761 2017ac0 Bump org.apache.commons:commons-lang3 from 3.17.0 to 3.18.0 (#761) 07ce798 Javadoc a828efa Add ciManagement element to POM 46bd1c2 Javadoc Additional commits viewable in compare view 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 commands and options 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 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)

Open Graph Description: Bumps commons-io:commons-io from 2.19.0 to 2.20.0. Changelog Sourced from commons-io:commons-io's changelog. Apache Commons IO 2.20.0 Release Notes The Apache Commons IO team is pleased to an...

X Description: Bumps commons-io:commons-io from 2.19.0 to 2.20.0. Changelog Sourced from commons-io:commons-io's changelog. Apache Commons IO 2.20.0 Release Notes The Apache Commons IO team is pleased t...

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

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:0566d499-28ae-b0b3-f95f-e2d5ddedb834
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idB896:DC32E:11C8E11:1774C68:6A5BCF7E
html-safe-nonce42aa402d5fb80bda7f3d8da0ece097c44148db688397b3ac14830f926d2edf9f
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCODk2OkRDMzJFOjExQzhFMTE6MTc3NEM2ODo2QTVCQ0Y3RSIsInZpc2l0b3JfaWQiOiI0NjU5MzEwNzA5MjM4OTEwODQ3IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac8d39156b773b570b7e41f5cfa867b2be368b5d20d5705cb49f6ad21c069aa4ff
hovercard-subject-tagpull_request:2681846223
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/339/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 commons-io:commons-io from 2.19.0 to 2.20.0. Changelog Sourced from commons-io:commons-io's changelog. Apache Commons IO 2.20.0 Release Notes The Apache Commons IO team is pleased to an...
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/339/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FOWASP-Benchmark%2FBenchmarkJava%2Fpull%2F339%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%2F339%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/339/files
Reloadhttps://github.com/OWASP-Benchmark/BenchmarkJava/pull/339/files
Reloadhttps://github.com/OWASP-Benchmark/BenchmarkJava/pull/339/files
Please reload this pagehttps://github.com/OWASP-Benchmark/BenchmarkJava/pull/339/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 817 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/commons-io-commons-io-2.20.0https://github.com/OWASP-Benchmark/BenchmarkJava/tree/dependabot/maven/commons-io-commons-io-2.20.0
Conversation 0 https://github.com/OWASP-Benchmark/BenchmarkJava/pull/339
Commits 1 https://github.com/OWASP-Benchmark/BenchmarkJava/pull/339/commits
Checks 5 https://github.com/OWASP-Benchmark/BenchmarkJava/pull/339/checks
Files changed https://github.com/OWASP-Benchmark/BenchmarkJava/pull/339/files
Please reload this pagehttps://github.com/OWASP-Benchmark/BenchmarkJava/pull/339/files
Bump commons-io:commons-io from 2.19.0 to 2.20.0 https://github.com/OWASP-Benchmark/BenchmarkJava/pull/339/files#top
Show all changes 1 commit https://github.com/OWASP-Benchmark/BenchmarkJava/pull/339/files
ecbd3a2 Bump commons-io:commons-io from 2.19.0 to 2.20.0 dependabot[bot] Jul 21, 2025 https://github.com/OWASP-Benchmark/BenchmarkJava/pull/339/commits/ecbd3a2b316877d86fbac0b82a468b11d0dd8503
Clear filters https://github.com/OWASP-Benchmark/BenchmarkJava/pull/339/files
Please reload this pagehttps://github.com/OWASP-Benchmark/BenchmarkJava/pull/339/files
Please reload this pagehttps://github.com/OWASP-Benchmark/BenchmarkJava/pull/339/files
pom.xmlhttps://github.com/OWASP-Benchmark/BenchmarkJava/pull/339/files#diff-9c5fb3d1b7e3b0f54bc5c4182965c4fe1f9023d449017cece3005d3f90e8e4d8
View file https://github.com/OWASP-Benchmark/BenchmarkJava/blob/ecbd3a2b316877d86fbac0b82a468b11d0dd8503/pom.xml
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/OWASP-Benchmark/BenchmarkJava/pull/339/{{ revealButtonHref }}
https://github.com/OWASP-Benchmark/BenchmarkJava/pull/339/files#diff-9c5fb3d1b7e3b0f54bc5c4182965c4fe1f9023d449017cece3005d3f90e8e4d8
https://github.com/OWASP-Benchmark/BenchmarkJava/pull/339/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.