Skip to content

Commit

Permalink
Upgrade to Jackson 2.14.1
Browse files Browse the repository at this point in the history
Fix an important memory consumption regression, see
FasterXML/jackson-databind#3665
for more details.

Closes gh-29539
  • Loading branch information
sdeleuze committed Nov 22, 2022
1 parent 1e98fb6 commit 2ba7a55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework-platform/framework-platform.gradle
Expand Up @@ -7,7 +7,7 @@ javaPlatform {
}

dependencies {
api(platform("com.fasterxml.jackson:jackson-bom:2.14.0"))
api(platform("com.fasterxml.jackson:jackson-bom:2.14.1"))
api(platform("io.micrometer:micrometer-bom:1.10.0"))
api(platform("io.netty:netty-bom:4.1.85.Final"))
api(platform("io.netty:netty5-bom:5.0.0.Alpha5"))
Expand Down

0 comments on commit 2ba7a55

Please sign in to comment.