Skip to content

Commit

Permalink
Merge pull request #118 from yuzawa-san/dependabot/gradle/com.microso…
Browse files Browse the repository at this point in the history
…ft.onnxruntime-onnxruntime-1.15.0

Bump com.microsoft.onnxruntime:onnxruntime from 1.14.0 to 1.15.0
  • Loading branch information
yuzawa-san authored May 30, 2023
2 parents edc0620 + e0c58b6 commit c571539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onnxruntime-benchmark/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies {
implementation project(":")
implementation project(path: ":", configuration: 'cpu')
implementation project(':onnx')
implementation "com.microsoft.onnxruntime:onnxruntime:1.14.0"
implementation "com.microsoft.onnxruntime:onnxruntime:1.15.0"
// jmh "org.bytedeco:onnxruntime-platform:1.13.1-1.5.8"
jmh 'org.openjdk.jmh:jmh-core:1.36'
jmh 'org.openjdk.jmh:jmh-generator-annprocess:1.36'
Expand Down

0 comments on commit c571539

Please sign in to comment.