Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down