Android
Android copied to clipboard
Bump org.apache.commons:commons-csv from 1.9.0 to 1.14.1
Bumps org.apache.commons:commons-csv from 1.9.0 to 1.14.1.
Changelog
Sourced from org.apache.commons:commons-csv's changelog.
Apache Commons CSV 1.14.1 Release Notes
The Apache Commons CSV team is pleased to announce the release of Apache Commons CSV 1.14.1.
This document contains the release notes for the 1.14.1 version of Apache Commons CSV. Commons CSV reads and writes files in Comma Separated Value (CSV) format variations.
Commons CSV requires at least Java 8.
The Apache Commons CSV library provides a simple interface for reading and writing CSV files of various types.
This is a feature and maintenance release. Java 8 or later is required.
Changes in this version include:
Fixed Bugs
- CSV-318: CSVPrinter.printRecord(Stream) hangs if given a parallel stream. Thanks to Joseph Shraibman, Gary Gregory.
- CSV-318: CSVPrinter now uses an internal lock instead of synchronized methods. Thanks to Joseph Shraibman, Gary Gregory.
org.apache.commons.csv.CSVPrinter.printRecords(ResultSet) now writes one record at a time using a lock. Thanks to Gary Gregory.Changes
Bump org.apache.commons:commons-parent from 81 to 85 [#542](https://github.com/apache/commons-csv/issues/542). Thanks to Gary Gregory, Dependabot.Bump commons-io:commons-io from 2.18.0 to 2.20.0. Thanks to Gary Gregory.Bump com.opencsv:opencsv from 5.10 to 5.11.2 [#545](https://github.com/apache/commons-csv/issues/545), [#551](https://github.com/apache/commons-csv/issues/551), [#553](https://github.com/apache/commons-csv/issues/553). Thanks to Gary Gregory, Dependabot.Bump org.apache.commons:commons-lang3 from 3.17.0 to 3.18.0 [#556](https://github.com/apache/commons-csv/issues/556). Thanks to Gary Gregory, Dependabot.Bump commons-codec:commons-codec from 1.18.0 to 1.19.0. Thanks to Gary Gregory.Historical list of changes: https://commons.apache.org/proper/commons-csv/changes.html
For complete information on Apache Commons CSV, including instructions on how to submit bug reports, patches, or suggestions for improvement, see the Apache Commons CSV website:
https://commons.apache.org/proper/commons-csv/
Download page: https://commons.apache.org/proper/commons-csv/download_csv.cgi
Have fun! -Apache Commons CSV team
Apache Commons CSV 1.14.0 Release Notes
... (truncated)
Commits
e14ef86Ignore macOS filed8724bfPrepare for the release candidate 1.14.1 RC1b76971cPrepare for the next release candidateb66814eMerge pull request #557 from apache/dependabot/github_actions/github/codeql-a...9c95e92Bump github/codeql-action from 3.29.2 to 3.29.41fb3716Bump commons-codec:commons-codec from 1.18.0 to 1.19.07b72c50Merge some string literals9658373Update the GitHub pull request template for AI67192a9Bump commons-io:commons-io from 2.19.0 to 2.20.059164c8Bump com.opencsv:opencsv from 5.11.1 to 5.11.2 #553- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
https://issues.apache.org/jira/browse/CSV-307 still appears unfixed, so this likely will still break on Android 7 and below.
See also #2292