Issue with getCategories method of fdk version: v1.8.0-unreleased-SNAPSHOT

Hi Team
With fdk version: v1.8.0-unreleased-SNAPSHOT , i am not able to get response from fdk method getCategories(), 2 days before i was able to get the success response but today not able to get the response. Kindly suggest the stable fdk version ??
Below code we implemented in order to get the amante product categories info:

CatalogApplicationService applicationClient =
                extensionService.getApplicationClient("64f06b3582b324fd25fe2beb", "NKUsmKEuW").catalog;
        CatalogApplicationModels.CategoryListingResponse response = applicationClient.getCategories(department);

Error:
The application encountered an unexpected error and could not continue.

at com.sdk.application.catalog.CatalogApplicationService.getCategories(CatalogApplicationService.java:532) ~[fdk-client-java-v1.8.0-unreleased-80e42458d7-1.jar:1.0-SNAPSHOT]
at com.amante.service.CommonService.getCategories(CommonService.java:48) ~[classes/:na]
at com.amante.controller.CommonController.productInfo(CommonController.java:57) ~[classes/:na]
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:207) ~[spring-web-6.0.3.jar:6.0.3]

@Akshay can you please check this

@Shailesh1996 try using fdk version 1.3.4 .

tried but with this version. service build gets failled with error message “jar:v1.3.4 is missing, no dependency information available”

@Shailesh1996 the error you are getting is because you’re including “v” also in requirement. Try removing “v” from version and just involve “1.3.4” .