wgzhao / Addax

Addax is a versatile open-source ETL tool that can seamlessly transfer data between various RDBMS and NoSQL databases, making it an ideal solution for data migration.
https://wgzhao.github.io/Addax/
Apache License 2.0
1.18k stars 299 forks source link

Bump org.apache.commons:commons-csv from 1.10.0 to 1.12.0 #1148

Closed dependabot[bot] closed 1 day ago

dependabot[bot] commented 1 day ago

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps org.apache.commons:commons-csv from 1.10.0 to 1.12.0.

Changelog

Sourced from org.apache.commons:commons-csv's changelog.

Apache Commons CSV Version 1.12.0 Release Notes

This document contains the release notes for the 1.12.0 version of Apache Commons CSV. Commons CSV reads and writes files in variations of the Comma Separated Value (CSV) format.

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.

Feature and bug fix release (Java 8 or above)

Changes in this version include:

New Features

  • CSV-270: Add CSVException that extends IOException thrown on invalid input instead of IOException. Thanks to Thomas Kamps, Gary Gregory.

Fixed Bugs

  •       Fix PMD issues for port to PMD 7.1.0. Thanks to Gary Gregory.
    
  •       Fix some Javadoc links [#442](https://github.com/apache/commons-csv/issues/442). Thanks to Dávid Szigecsán, Gary Gregory.
    
  •       Extract duplicated code into a method [#444](https://github.com/apache/commons-csv/issues/444). Thanks to Dávid Szigecsán.
    
  •       Migrate CSVFormat#print(File, Charset) to NIO [#445](https://github.com/apache/commons-csv/issues/445). Thanks to Dávid Szigecsán.
    
  •       Fix documentation for CSVFormat private constructor [#466](https://github.com/apache/commons-csv/issues/466). Thanks to Dávid Szigecsán.
    
  • CSV-294: CSVFormat does not support explicit " as escape char. Thanks to Joern Huxhorn, Gary Gregory.
  • CSV-150: Escaping is not disableable. Thanks to dota17, Gary Gregory, Jörn Huxhorn.
  •       Fix Javadoc warnings on Java 23. Thanks to Gary Gregory.
    
  •       Improve parser performance by up to 20%, YMMV. Thanks to Gary Gregory.
    

Changes

  •       Bump commons-codec:commons-codec from 1.16.1 to 1.17.1 [#422](https://github.com/apache/commons-csv/issues/422), [#449](https://github.com/apache/commons-csv/issues/449). Thanks to Dependabot.
    
  •       Bump org.apache.commons:commons-parent from 69 to 75 [#435](https://github.com/apache/commons-csv/issues/435), [#452](https://github.com/apache/commons-csv/issues/452), [#465](https://github.com/apache/commons-csv/issues/465), [#468](https://github.com/apache/commons-csv/issues/468), [#475](https://github.com/apache/commons-csv/issues/475). Thanks to Gary Gregory.
    
  •       Bump org.codehaus.mojo:taglist-maven-plugin from 3.0.0 to 3.1.0 [#441](https://github.com/apache/commons-csv/issues/441). Thanks to Gary Gregory.
    
  •       Bump org.apache.commons:commons-lang3 from 3.14.0 to 3.17.0 [#450](https://github.com/apache/commons-csv/issues/450), [#459](https://github.com/apache/commons-csv/issues/459), [#470](https://github.com/apache/commons-csv/issues/470). Thanks to Gary Gregory.
    
  •       Bump org.hamcrest:hamcrest from 2.2 to 3.0 [#455](https://github.com/apache/commons-csv/issues/455). Thanks to Gary Gregory.
    
  •       Bump commons-io:commons-io from 2.16.1 to 2.17.0 [#476](https://github.com/apache/commons-csv/issues/476). Thanks to Gary Gregory, Dependabot.
    

Historical list of changes: https://commons.apache.org/proper/commons-csv/changes-report.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

... (truncated)

Commits


Dependabot compatibility score

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)
dependabot[bot] commented 1 day ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.