update spring web in resttemplate to 6.1.13 (#19671)

This commit is contained in:
William Cheng
2024-09-25 17:10:39 +08:00
committed by GitHub
parent 7f6b1306ed
commit 9147e998ff
10 changed files with 10 additions and 10 deletions

View File

@@ -100,7 +100,7 @@ ext {
jackson_version = "2.17.1"
jackson_databind_version = "2.17.1"
jackson_databind_nullable_version = "0.2.6"
spring_web_version = "5.3.33"
spring_web_version = "6.1.13"
jakarta_annotation_version = "1.3.5"
beanvalidation_version = "2.0.2"
jodatime_version = "2.9.9"