I also got the same error. However, after using Java17 and adding the below version, I was able to resolve the error.
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
<version>2.7.0</version>
</dependency>
Good luck!!