Skip to content

Commit

Permalink
Bump com.microsoft.onnxruntime:onnxruntime from 1.14.0 to 1.15.0
Browse files Browse the repository at this point in the history
Bumps [com.microsoft.onnxruntime:onnxruntime](https://github.com/microsoft/onnxruntime) from 1.14.0 to 1.15.0.
- [Release notes](https://github.com/microsoft/onnxruntime/releases)
- [Changelog](https://github.com/microsoft/onnxruntime/blob/main/docs/ReleaseManagement.md)
- [Commits](microsoft/onnxruntime@v1.14.0...v1.15.0)

---
updated-dependencies:
- dependency-name: com.microsoft.onnxruntime:onnxruntime
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 29, 2023
1 parent 6ba54c5 commit e0c58b6
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 e0c58b6

Please sign in to comment.