From 880d417b834ce4ff0484361e36ca981dd0fdefa2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Feb 2023 09:56:56 +0000 Subject: [PATCH] Bump com.microsoft.onnxruntime:onnxruntime from 1.12.1 to 1.14.0 Bumps [com.microsoft.onnxruntime:onnxruntime](https://github.com/microsoft/onnxruntime) from 1.12.1 to 1.14.0. - [Release notes](https://github.com/microsoft/onnxruntime/releases) - [Changelog](https://github.com/microsoft/onnxruntime/blob/main/docs/ReleaseManagement.md) - [Commits](https://github.com/microsoft/onnxruntime/compare/v1.12.1...v1.14.0) --- updated-dependencies: - dependency-name: com.microsoft.onnxruntime:onnxruntime dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 6b76c7f..a74d54d 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ dependencies { implementation enforcedPlatform("${quarkusPlatformGroupId}:${quarkusPlatformArtifactId}:${quarkusPlatformVersion}") implementation 'io.quarkus:quarkus-arc' implementation 'io.quarkus:quarkus-hibernate-orm-panache' - implementation 'com.microsoft.onnxruntime:onnxruntime:1.12.1' + implementation 'com.microsoft.onnxruntime:onnxruntime:1.14.0' implementation 'org.gitlab4j:gitlab4j-api:5.0.1' implementation 'io.quarkus:quarkus-jdbc-postgresql' implementation 'commons-lang:commons-lang:2.6'