update spring web version in resttemplate (#21417)

This commit is contained in:
William Cheng
2025-06-16 10:20:01 +08:00
committed by GitHub
parent 6bfd39f5de
commit 055687935b
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 = "6.1.20"
spring_web_version = "6.2.8"
jakarta_annotation_version = "1.3.5"
beanvalidation_version = "2.0.2"
jodatime_version = "2.9.9"