From 29e418de00cf750cdc41c8e452c6e179efd2e56c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 10:53:53 +0000 Subject: [PATCH] Bump com.microsoft.onnxruntime:onnxruntime-android from 1.26.0 to 1.28.0 Bumps [com.microsoft.onnxruntime:onnxruntime-android](https://github.com/microsoft/onnxruntime) from 1.26.0 to 1.28.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.26.0...v1.28.0) --- updated-dependencies: - dependency-name: com.microsoft.onnxruntime:onnxruntime-android dependency-version: 1.28.0 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 29a9c3408..3e00177d4 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -26,7 +26,7 @@ mockito = "2.2.0" coreKtx = "1.18.0" coreSplashscreen = "1.2.0" crypto = "1.1.0" -onnx = "1.26.0" +onnx = "1.28.0" workManager = "2.11.2" room = "2.8.4" sqlite = "2.6.2"