Skip to content
This repository was archived by the owner on Mar 1, 2023. It is now read-only.

Commit 7fc4c3b

Browse files
Bump onnxruntime from 1.12.1 to 1.13.1
Bumps [onnxruntime](https://github.com/microsoft/onnxruntime) from 1.12.1 to 1.13.1. - [Release notes](https://github.com/microsoft/onnxruntime/releases) - [Changelog](https://github.com/microsoft/onnxruntime/blob/main/docs/ReleaseManagement.md) - [Commits](microsoft/onnxruntime@v1.12.1...v1.13.1) --- updated-dependencies: - dependency-name: com.microsoft.onnxruntime:onnxruntime dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 17868bb commit 7fc4c3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies {
1515
implementation enforcedPlatform("${quarkusPlatformGroupId}:${quarkusPlatformArtifactId}:${quarkusPlatformVersion}")
1616
implementation 'io.quarkus:quarkus-arc'
1717
implementation 'io.quarkus:quarkus-hibernate-orm-panache'
18-
implementation 'com.microsoft.onnxruntime:onnxruntime:1.12.1'
18+
implementation 'com.microsoft.onnxruntime:onnxruntime:1.13.1'
1919
implementation 'org.gitlab4j:gitlab4j-api:5.0.1'
2020
implementation 'io.quarkus:quarkus-jdbc-postgresql'
2121
implementation 'commons-lang:commons-lang:2.6'

0 commit comments

Comments
 (0)