ORC-1705: Upgrade `zstd-jni` to 1.5.6-3

### What changes were proposed in this pull request?
This PR aims to upgrade `zstd-jni` to 1.5.6-3.

### Why are the changes needed?
https://github.com/luben/zstd-jni/compare/v1.5.6-2...v1.5.6-3

### How was this patch tested?
GA

### Was this patch authored or co-authored using generative AI tooling?
No

Closes #1914 from cxzl25/ORC-1705.

Authored-by: sychen <sychen@ctrip.com>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
diff --git a/java/pom.xml b/java/pom.xml
index 901fd5d..5e48a9b 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -84,7 +84,7 @@
     <storage-api.version>2.8.1</storage-api.version>
     <surefire.version>3.0.0-M5</surefire.version>
     <test.tmp.dir>${project.build.directory}/testing-tmp</test.tmp.dir>
-    <zstd-jni.version>1.5.6-2</zstd-jni.version>
+    <zstd-jni.version>1.5.6-3</zstd-jni.version>
   </properties>
 
   <dependencyManagement>