jackson-databind 2.18.1 (was 2.14.3)
About this PR
📦 Updates com.fasterxml.jackson.core:jackson-databind from 2.14.3 to 2.18.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.
documentation/manual/releases/release29/migration29/Migration29.md
⚙ 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", artifactId = "jackson-databind" } ]
Or, add this to slow down future updates of this dependency:
dependencyOverrides = [{
pullRequests = { frequency = "30 days" },
dependency = { groupId = "com.fasterxml.jackson.core", artifactId = "jackson-databind" }
}]
@mkurz 2.18.3 includes a number of bug fixes including a nasty issue with parsing of numbers - so I would strongly recommend using 2.18.3 - the number parsing issue is in all versions from 2.15.0 to 2.18.2.
I will use latest 2.18.3, I just kept this PR open as reminder. We always update to the latest patch releases.
- #13366