Upgrade SLF4J API Bundle version from 1.7.32 to 2.0.0 or higher version
I would like to install pdfservices-sdk-4.0.0.jar in my local AEM instance and it is asking to upgrade slf4j api to 2.0.0 version or higher. I tried to install/upgrade the slf4j-api bundle from slf4j-api-1.7.32.jar to slf4j-api-2.0.9.jar in my AEM system/console. But it is unable to upgrade the version and other bundles are having dependency with the 1.7.32 version. Because of this it is breaking the environment.
Is there any solution to upgrade the bundle with higher version and all other bundles will refer to the newer version of slf4j api.
Or is it a good idea to make use/copy paste the available classes from pdfservices-sdk-4.0.0.jar into our maven project so that we can skip the use of dependency into our custom project.
Appreciate your suggestions. Thanks!!!