Adobe Experience Manager SDK 2022.11.9850.20221116T162329Z-220900
if you are using AEMaaCS
step1 : go to localhost:4502/system/console/productinfo you see aem sdk version copy the SDK version
eg: Adobe Experience Manager (2022.11.9850.20221116T162329Z)
step2 : Search for sdk version in google : 2022.11.9850.20221116T162329Z, you will see an extra 6digit number after -
e.g : Adobe Experience Manager SDK 2022.11.9850.20221116T162329Z-220900
step3 : search for aem.sdk.api in the project and replace the value in pom.xml
<aem.sdk.api>2023.1.10912.20230130T173736Z-230100</aem.sdk.api> to
<aem.sdk.api>2022.11.9850.20221116T162329Z-220900</aem.sdk.api>
step4 : give the build and deploy, it worked for me.
Thanks