Update dependency org.springframework.cloud:spring-cloud-starter-openfeign to v4.2.0

This commit is contained in:
Renovate Bot 2024-12-03 18:12:04 +00:00
parent bcbc37e897
commit e9f1af9506

View File

@ -21,7 +21,7 @@ repositories {
}
val springBootVersion = "3.1.5"
val springCloudVersion = "4.0.4"
val springCloudVersion = "4.2.0"
val springRabbitTest = "3.0.9"
val testContainersVersion = "1.20.1"