Comment From: nightswimmings
@philwebb I cant find them via spring-boot-dependencies bom. Should it work when use it that way instead of parent inheritance?
Comment From: wilkinsona
We only manage the version of Testcontainers for our own purposes so it isn't in spring-boot-dependencies. In your own apps, you're free to use whatever version of Testcontainers meets your needs.
Comment From: nightswimmings
Thanks @wilkinsona ! But should they be published then in https://docs.spring.io/spring-boot/docs/current/reference/html/dependency-versions.html#appendix.dependency-versions.coordinates ?
Comment From: wilkinsona
No, they shouldn't. Thanks for pointing that out. I've opened https://github.com/spring-projects/spring-boot/issues/31335.