Upgrade to Jackson 2.14.0-rc2
This commit upgrades Jackson to 2.14.0-rc2, and uses the new ByteBufferFeeder in Jackson2Tokenizer. Unfortunately, because of https://github.com/FasterXML/jackson-core/issues/478, we had to change the CompilerConventions to suppress class file warnings. Closes gh-29343
This commit is contained in:
@@ -7,7 +7,7 @@ javaPlatform {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
api(platform("com.fasterxml.jackson:jackson-bom:2.13.4"))
|
||||
api(platform("com.fasterxml.jackson:jackson-bom:2.14.0-rc2"))
|
||||
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"))
|
||||
|
||||
Reference in New Issue
Block a user