spring-boot-parent
is using platform
dependencies for spring-boot-dependencies
and the Testcontainers bom. It should be using enforcedPlatform
so that we get the exact versions specified in the dependency management of spring-boot-dependencies
and the Testcontainers bom rather than at least the specific versions.