mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2026-03-12 13:19:04 +00:00
update jackson in restclient to newer version (#23151)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user