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:
Arjen Poutsma
2022-10-18 13:34:37 +02:00
parent aa776e40f9
commit f99c02fc94
3 changed files with 30 additions and 16 deletions

View File

@@ -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"))