mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-19 07:37:10 +00:00
[Java][RestTemplate] Gradle Build include non-compatible Spring Dependency with jakarta disabled (#21426)
* [Java][resttemplate] fix spring-web dependency for gradle without jakarta enabled * fix samples
This commit is contained in:
@@ -100,9 +100,9 @@ ext {
|
||||
jackson_version = "2.17.1"
|
||||
jackson_databind_version = "2.17.1"
|
||||
jackson_databind_nullable_version = "0.2.6"
|
||||
spring_web_version = "6.2.8"
|
||||
spring_web_version = "5.3.33"
|
||||
jakarta_annotation_version = "1.3.5"
|
||||
beanvalidation_version = "2.0.2"
|
||||
bean_validation_version = "2.0.2"
|
||||
jodatime_version = "2.9.9"
|
||||
junit_version = "5.10.2"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user