Update spring boot to v3.4.2

This commit is contained in:
Renovate Bot 2025-01-23 18:09:32 +00:00
parent bcbc37e897
commit e12b62c5cd

View File

@ -20,7 +20,7 @@ repositories {
mavenCentral() mavenCentral()
} }
val springBootVersion = "3.1.5" val springBootVersion = "3.4.2"
val springCloudVersion = "4.0.4" val springCloudVersion = "4.0.4"
val springRabbitTest = "3.0.9" val springRabbitTest = "3.0.9"
val testContainersVersion = "1.20.1" val testContainersVersion = "1.20.1"