diff --git a/onnxruntime-benchmark/build.gradle b/onnxruntime-benchmark/build.gradle index 16432d2..5099f46 100644 --- a/onnxruntime-benchmark/build.gradle +++ b/onnxruntime-benchmark/build.gradle @@ -20,7 +20,7 @@ dependencies { implementation project(":") implementation project(path: ":", configuration: 'cpu') implementation project(':onnx') - implementation "com.microsoft.onnxruntime:onnxruntime:1.24.3" + implementation "com.microsoft.onnxruntime:onnxruntime:1.25.0" // jmh "org.bytedeco:onnxruntime-platform:1.13.1-1.5.8" jmh 'org.openjdk.jmh:jmh-core:1.37' jmh 'org.openjdk.jmh:jmh-generator-annprocess:1.37'