I want to downgrade my embedded tomcat from 8.5.6 to 8.5.51.
In my logs, I can find the information below:
"spring-boot-starter-tomcat/1.4.3.RELEASE/spring-boot-starter-tomcat-1.4.3.RELEASE.jar" ".m2/repository/org/apache/tomcat/embed/tomcat-embed-core/8.5.6/tomcat-embed-core-8.5.6.jar"
But in my pom.xml files, I do not have any references to tomcat.
Doing a grep command, there is no return to 'spring-boot-starter-parent' or 'spring-boot-starter-tomcat'.
Where and how can I explicitly add the tomcat version I want?