Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
Aligned with Spark 3.5.8 bundled Jackson 2.15.4 at runtime — the declared
version here governs compile-time resolution only; shaded JARs already exclude
com/fasterxml/jackson/**. Residual risk remains for the Spark-bundled version. -->
<jackson.version>2.15.4</jackson.version>
<jackson.version>2.18.6</jackson.version>
<paranamer.version>2.8</paranamer.version>
</properties>

Expand Down
Loading