Skip to content

chore(deps): bump de.siegmar:fastcsv from 4.2.0 to 4.3.0#310

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/de.siegmar-fastcsv-4.3.0
Open

chore(deps): bump de.siegmar:fastcsv from 4.2.0 to 4.3.0#310
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/de.siegmar-fastcsv-4.3.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 25, 2026

Copy link
Copy Markdown
Contributor

Bumps de.siegmar:fastcsv from 4.2.0 to 4.3.0.

Release notes

Sourced from de.siegmar:fastcsv's releases.

v4.3.0

4.3.0 (2026-05-09)

Features

  • add allowUnclosedQuote flag to reader builders (#173) (171101a)
  • lock skipLines once CSV parsing has started (fb018d2)

Bug Fixes

  • clear stale CR flag on closing quote in StrictCsvParser (a6d3de5)
  • peekLine in RelaxedCsvParser truncated long lines (ce86205)
  • peekLine left buffer in inconsistent state after compaction (0819c4f)
  • reset() in StrictCsvParser left parser-state fields stale (9c0d607)
Changelog

Sourced from de.siegmar:fastcsv's changelog.

4.3.0 (2026-05-09)

Features

  • add allowUnclosedQuote flag to reader builders (#173) (171101a)
  • lock skipLines once CSV parsing has started (fb018d2)

Bug Fixes

  • clear stale CR flag on closing quote in StrictCsvParser (a6d3de5)
  • peekLine in RelaxedCsvParser truncated long lines (ce86205)
  • peekLine left buffer in inconsistent state after compaction (0819c4f)
  • reset() in StrictCsvParser left parser-state fields stale (9c0d607)
Commits
  • 8c61fc1 chore(main): release 4.3.0 (#186)
  • 171101a feat: add allowUnclosedQuote flag to reader builders (#173)
  • be09d93 chore: update IntelliJ vcs.xml
  • fb018d2 feat: lock skipLines once CSV parsing has started
  • 9c0d607 fix: reset() in StrictCsvParser left parser-state fields stale
  • 0819c4f fix: peekLine left buffer in inconsistent state after compaction
  • a6d3de5 fix: clear stale CR flag on closing quote in StrictCsvParser
  • 3f3c85e refactor: track whitespace-only state inline in parseUnquoted
  • fb11551 refactor: simplify LookaheadReader callers via boolean ensureBuffered
  • ce86205 fix: peekLine in RelaxedCsvParser truncated long lines
  • Additional commits viewable in compare view

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 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)

Bumps [de.siegmar:fastcsv](https://github.com/osiegmar/FastCSV) from 4.2.0 to 4.3.0.
- [Release notes](https://github.com/osiegmar/FastCSV/releases)
- [Changelog](https://github.com/osiegmar/FastCSV/blob/main/CHANGELOG.md)
- [Commits](osiegmar/FastCSV@v4.2.0...v4.3.0)

---
updated-dependencies:
- dependency-name: de.siegmar:fastcsv
  dependency-version: 4.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependency-upgrade Dependency upgrade is needed label May 25, 2026
@github-actions

github-actions Bot commented May 25, 2026

Copy link
Copy Markdown
Contributor

📦 Artifacts

Name Size Updated Expiration
jar 90.13 MB May 25, 26, 11:20:02 PM UTC Jun 1, 26, 11:19:58 PM UTC

🛡 Trivy

Vulnerability in: Java

Vulnerability Severity Package Installed Version Fixed Version
GHSA-72hv-8253-57qq MEDIUM com.fasterxml.jackson.core:jackson-core 2.19.2 2.21.1, 2.18.6
CVE-2025-67721 HIGH io.airlift:aircompressor 2.0.2 2.0.3
CVE-2026-45205 MEDIUM org.apache.commons:commons-configuration2 2.10.1 2.15.0
CVE-2026-2332 HIGH org.eclipse.jetty:jetty-http 12.0.21 12.1.7, 12.0.33
CVE-2025-11143 LOW org.eclipse.jetty:jetty-http 12.0.21 12.0.31, 12.1.5
CVE-2026-1605 HIGH org.eclipse.jetty:jetty-server 12.0.21 12.1.6, 12.0.32

🧪 Java Unit Tests

TestsPassed ✅SkippedFailedTime ⏱
Java Tests Report322 ran322 ✅0 ⚠️0 ❌42s 828ms

🔁 Unreleased Commits

✅ No unreleased commits found.

@github-actions

Copy link
Copy Markdown
Contributor

Tests report quick summary:

success ✅ > tests: 322, success: 322, skipped: 0, failed: 0

unfold for details
Project Status Success Skipped Failed
plugin-serdes success ✅ 322 0 0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependency-upgrade Dependency upgrade is needed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants