From d4a0c3f14acb44846feb91ea733ee58f17ae6878 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Oct 2025 10:10:14 +0000 Subject: [PATCH] Bump com.microsoft.onnxruntime:onnxruntime-android from 1.21.0 to 1.23.1 Bumps [com.microsoft.onnxruntime:onnxruntime-android](https://github.com/microsoft/onnxruntime) from 1.21.0 to 1.23.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.21.0...v1.23.1) --- updated-dependencies: - dependency-name: com.microsoft.onnxruntime:onnxruntime-android dependency-version: 1.23.1 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 184c5449..f9bcad64 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -31,7 +31,7 @@ mockk = "1.13.17" mockito = "2.2.0" coreKtx = "1.15.0" crypto = "1.0.0" -onnx = "1.21.0" +onnx = "1.23.1" workManager = "2.10.0" room = "2.6.1" timber = "5.0.1"