mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-21 02:27:09 +00:00
[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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user