Skip to content

jackson-core, jackson-databind 2.17.1 (was 2.14.3)#1055

Closed
mkurz wants to merge 1 commit intomainfrom
update/jackson-core-2.17.1
Closed

jackson-core, jackson-databind 2.17.1 (was 2.14.3)#1055
mkurz wants to merge 1 commit intomainfrom
update/jackson-core-2.17.1

Conversation

@mkurz
Copy link
Member

@mkurz mkurz commented Jun 27, 2024

About this PR

📦 Updates

from 2.14.3 to 2.17.1

Usage

Please merge!

I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.

If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below.

Configure Scala Steward for your repository with a .scala-steward.conf file.

Have a fantastic day writing Scala!

🔍 Files still referring to the old version number

The following files still refer to the old version number (2.14.3).
You might want to review and update them manually.

build.sbt
⚙ Adjust future updates

Add this to your .scala-steward.conf file to ignore future updates of this dependency:

updates.ignore = [ { groupId = "com.fasterxml.jackson.core" } ]

Or, add this to slow down future updates of this dependency:

dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "com.fasterxml.jackson.core" }
}]
labels: library-update, early-semver-minor, semver-spec-minor, old-version-remains, commit-count:1

@pjfanning
Copy link
Contributor

pjfanning commented Jul 8, 2024

#999 contains code to set the stream-read-constraints in Jackson and fixes the test issue by setting the Jackson max number size to unlimited. Play-JSON has its own check for number length so doesn't need Jackson to do it too. JSON Number parsing is something that can be exploited if users allow untrusted JSON inputs to be parsed.

See apache/pekko#564 for the Pekko change to support the stream-read-constraints.

@mkurz
Copy link
Member Author

mkurz commented Jul 9, 2025

Replaced by

@mkurz mkurz closed this Jul 9, 2025
@mkurz mkurz deleted the update/jackson-core-2.17.1 branch July 9, 2025 22:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants