am trying to upload a file from Jmeter to azure fileshare location but Jmeter throwing below error.
2025-02-07 12:27:22,939 INFO c.a.c.i.j.JacksonVersion: Package versions: jackson-core=2.17.2, jackson-databind=2.17.2, jackson-dataformat-xml=2.17.2, jackson-datatype-jsr310=2.17.2, azure-core=1.53.0, Troubleshooting version conflicts: https://aka.ms/azsdk/java/dependency/troubleshoot
2025-02-07 12:27:22,939 ERROR c.a.c.i.j.ObjectMapperShim: Package versions: jackson-core=2.17.2, jackson-databind=2.17.2, jackson-dataformat-xml=2.17.2, jackson-datatype-jsr310=2.17.2, azure-core=1.53.0, Troubleshooting version conflicts: https://aka.ms/azsdk/java/dependency/troubleshoot
2025-02-07 12:27:22,939 WARN r.c.Exceptions: throwIfFatal detected a jvm fatal exception, which is thrown and logged below:
java.lang.LinkageError: Package versions: jackson-core=2.17.2, jackson-databind=2.17.2, jackson-dataformat-xml=2.17.2, jackson-datatype-jsr310=2.17.2, azure-core=1.53.0, Troubleshooting version conflicts: https://aka.ms/azsdk/java/dependency/troubleshoot
help me which Jackson dependencies and the Azure SDK versions are compatible to upload file to azure fileshare location from jmeter.