Spring Boot 3.0.7 is having dependency on missing classes from ch.qos.logback
In Spring Boot 2.7, there is no dependency of SanityChecker/ModelHandlerBase/AbstractEventEvaluatorAction classes from ch.qos.logback library. But in Spring Boot 3, the dependency is there but either one of the classes is missing from ch.qos.logback versions(1.2.12, 1.4.11)
Due to this, Java.lang.ClassNotFoundException is thrown while building the project
JDK used: 17.0.8