Skip to content

Commit bfc209b

Browse files
dfa1claude
andcommitted
build(deps): bump io.github.dfa1.zstd to 0.5
0.5 ships smaller jars (native debug symbols stripped). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 8533d72 commit bfc209b

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Changed
11+
12+
- Bumped `io.github.dfa1.zstd` (the `vortex.zstd` FFM bindings, pinned by the BOM) 0.4 → 0.5, which ships smaller jars (native debug symbols stripped). ([6dcdbe94](https://github.com/dfa1/vortex-java/commit/6dcdbe94))
13+
1014
## [0.10.1] — 2026-06-27
1115

1216
Security hardening of the untrusted-input parse paths: every malformed-file path now surfaces as a `VortexException` instead of an unchecked `Error`, a raw JDK exception, or a resource leak (ADR 0003). Plus a `vortex.zstd` binding bump.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<maven.compiler.release>25</maven.compiler.release>
5959
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
6060
<!-- production -->
61-
<zstd.version>0.4</zstd.version>
61+
<zstd.version>0.5</zstd.version>
6262

6363

6464
<fastcsv.version>4.3.0</fastcsv.version>

0 commit comments

Comments
 (0)