update jackson in restclient to newer version (#23151)

This commit is contained in:
William Cheng
2026-03-06 15:35:14 +08:00
committed by GitHub
parent 86b3529f3e
commit 68dc149fa1
10 changed files with 10 additions and 10 deletions

View File

@@ -97,7 +97,7 @@ if(hasProperty('target') && target == 'android') {
}
ext {
jackson_version = "2.21.0"
jackson_version = "2.21.1"
jackson_annotations_version = "2.21"
jackson_databind_nullable_version = "0.2.9"
spring_web_version = "6.2.16"