diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index baf3d1e8..65a0aafd 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -5,7 +5,7 @@ slf4j = "2.0.17" # to be compatible with Spring Boot 3.4.X detekt = "1.23.8" commons-lang3 = "3.20.0" assertj = "3.27.7" -testcontainers = "2.0.3" # we do not align the testcontainers version with Spring Boot BOM +testcontainers = "2.0.4" # we do not align the testcontainers version with Spring Boot BOM mockito = "5.21.0" forbiddenapis = "3.10" junit = "6.0.3"