Update testcontainers-java monorepo to v1.20.4

This commit is contained in:
Renovate Bot 2025-01-24 18:13:44 +00:00
parent fdd2b954fe
commit de5476c421

View File

@ -20,7 +20,7 @@ val persistenceServiceVersion = "2.641.0"
val llmServiceVersion = "1.20.0-RED10072.2" val llmServiceVersion = "1.20.0-RED10072.2"
val springBootStarterVersion = "3.1.5" val springBootStarterVersion = "3.1.5"
val springCloudVersion = "4.0.4" val springCloudVersion = "4.0.4"
val testContainersVersion = "1.19.7" val testContainersVersion = "1.20.4"
val tomcatVersion = "10.1.18" val tomcatVersion = "10.1.18"
configurations { configurations {