[spring] Adapt HttpHeaders access to remain compatible with Spring 7 (#21691)

* [spring] Adapt HttpHeaders access to remain compatible with Spring 7

* update pom.xml patch version
This commit is contained in:
phactum-mnestler
2025-08-06 09:46:37 +02:00
committed by GitHub
parent bf6e83ea63
commit f659457f90
36 changed files with 57 additions and 101 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.6"
spring_web_version = "6.1.21"
jakarta_annotation_version = "2.1.1"
jodatime_version = "2.9.9"
junit_version = "5.10.2"