I am using this library in my project
<dependency> <groupId>jakarta.servlet</groupId> <artifactId>jakarta.servlet-api</artifactId> <version>6.0.0</version> <scope>provided</scope> </dependency>
but when we are scanning for cast issue then its showing license issue
can anyone pls tell which version or what solution can be which does not show license cast issue?I am using jdk 11 and springboot version 2.6.14enter image description here I have added screenshot of cast issue for reference.