spring boot 2.5.6 without spring security and security config upgraded to spring boot 3 making swagger not working
When trying to upgrade my spring boot project from 2.5.6 to 3.2.5 swagger UI stops working.
In version 2.5.6, I do not have spring security nor security config. I have only SwaggerConfig :