Compare commits

...

1 Commits

Author SHA1 Message Date
Renovate Bot
e12b62c5cd Update spring boot to v3.4.2 2025-01-23 18:09:32 +00:00

View File

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