I am already using Spring Boot 3.2.6, and the same problem occurred. These dependencies fixed my problem:
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.2.0'
implementation 'io.swagger.core.v3:swagger-annotations-jakarta:2.2.10'
implementation 'io.swagger.core.v3:swagger-core:2.2.10'