playframework icon indicating copy to clipboard operation
playframework copied to clipboard

jackson-databind 2.18.1 (was 2.14.3)

Open scala-steward opened this issue 1 year ago • 2 comments

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" }
}]
labels: library-update, early-semver-minor, semver-spec-minor, old-version-remains, commit-count:1

scala-steward avatar Oct 30 '24 22:10 scala-steward

@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.

pjfanning avatar Mar 18 '25 13:03 pjfanning

I will use latest 2.18.3, I just kept this PR open as reminder. We always update to the latest patch releases.

mkurz avatar Mar 18 '25 13:03 mkurz

  • #13366

mkurz avatar Jul 09 '25 19:07 mkurz