Skip to content

Commit

Permalink
Upgrade to Jackson 2.14.0
Browse files Browse the repository at this point in the history
This commit upgrades Jackson to 2.14.0.

Closes gh-29351
  • Loading branch information
poutsma committed Nov 6, 2022
1 parent 95395b5 commit af8518a
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-rc3"))
api(platform("com.fasterxml.jackson:jackson-bom:2.14.0"))
api(platform("io.micrometer:micrometer-bom:1.10.0-RC1"))
api(platform("io.netty:netty-bom:4.1.84.Final"))
api(platform("io.netty:netty5-bom:5.0.0.Alpha5"))
Expand Down

0 comments on commit af8518a

Please sign in to comment.