Question
How to remove/exclude the deprecated libraries that is not directly utilised in the codebase
Hi,
Deprecated Library Detected
The following library is deprecated, but used in your code and so must be removed:
- Library: ch.qos.logback
- Deprecated Since: 2022-01-27
- Scheduled Removal Date: 2026-02-26
Recommended Action:
- Replace deprecated packages with their recommended newer versions, in order to keep your application secure and performant.
logback library is not used in our codebase. But, I think it is linked and slf4j for logger in our codebase. Please help me in how to scan locally to check if the library is getting used and remove it.
Thanks.