From 2d356d33e7de70bddad447b26e2ec1fac48ab542 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 11:00:37 +0000 Subject: [PATCH] Bump com.microsoft.onnxruntime:onnxruntime-android from 1.18.0 to 1.19.0 Bumps [com.microsoft.onnxruntime:onnxruntime-android](https://github.com/microsoft/onnxruntime) from 1.18.0 to 1.19.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.18.0...v1.19.0) --- updated-dependencies: - dependency-name: com.microsoft.onnxruntime:onnxruntime-android dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 39ebfcaa..f847abeb 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -31,7 +31,7 @@ mockk = "1.13.11" mockito = "2.2.0" coreKtx = "1.13.1" crypto = "1.0.0" -onnx = "1.18.0" +onnx = "1.19.0" workManager = "2.9.1" room = "2.6.1" timber = "5.0.1"