**Describe the bug** The latest version (2.5.0) of springdoc-openapi-starter-webmvc-ui encounters a 404 error when accessing swagger-ui/index.html **To Reproduce** import maven: ```xml <dependency> <groupId>org.springdoc</groupId> <artifactId>springdoc-openapi-starter-webmvc-ui</artifactId> <version>2.5.0</version> </dependency> ``` then access http://localhost:8080/swagger-ui/index.html **Expected behavior** got swagger ui **Screenshots**  **Additional context** i found the swagger-ui version in pom is 5.13.0, but in config file `springdoc.config.properties` is 5.2.0