Skip to content

Commit 50d3a72

Browse files
authored
Merge pull request #148 from yuzawa-san/dependabot/gradle/com.microsoft.onnxruntime-onnxruntime-1.16.0
Bump com.microsoft.onnxruntime:onnxruntime from 1.15.1 to 1.16.0
2 parents a274e21 + 069ad9d commit 50d3a72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

onnxruntime-benchmark/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies {
99
implementation project(":")
1010
implementation project(path: ":", configuration: 'cpu')
1111
implementation project(':onnx')
12-
implementation "com.microsoft.onnxruntime:onnxruntime:1.15.1"
12+
implementation "com.microsoft.onnxruntime:onnxruntime:1.16.0"
1313
// jmh "org.bytedeco:onnxruntime-platform:1.13.1-1.5.8"
1414
jmh 'org.openjdk.jmh:jmh-core:1.37'
1515
jmh 'org.openjdk.jmh:jmh-generator-annprocess:1.37'

0 commit comments

Comments
 (0)