Version properties doc only lists all the version properties.
How do you set these properties in gradle? For example the following fails:
springBoot{
thymeleaf.version = "3.0.11"
}
Related: https://github.com/spring-projects/spring-boot/issues/24602
Comment From: bclozel
@cdalexndr there's a dedicated section about customizing dependency version in the plugin docs, which is linked from the main documentation.
Comment From: bclozel
It doesn't hurt to add a link from there to the relevant section.