From 7fc4c3bba7e106f91c1d0cf95a779fa9122d9716 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jan 2023 15:03:34 +0000 Subject: [PATCH] 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](https://github.com/microsoft/onnxruntime/compare/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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 6b76c7f..ba867e6 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.13.1' implementation 'org.gitlab4j:gitlab4j-api:5.0.1' implementation 'io.quarkus:quarkus-jdbc-postgresql' implementation 'commons-lang:commons-lang:2.6'