From 1d98f1e89a68ae58752197472e2be8d050a81da5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 17:11:09 +0000 Subject: [PATCH] Bump com.microsoft.onnxruntime:onnxruntime from 1.18.0 to 1.23.2 Bumps [com.microsoft.onnxruntime:onnxruntime](https://github.com/microsoft/onnxruntime) from 1.18.0 to 1.23.2. - [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.23.2) --- updated-dependencies: - dependency-name: com.microsoft.onnxruntime:onnxruntime dependency-version: 1.23.2 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 7d90772..7bb9d65 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -3,7 +3,7 @@ spring-boot = "3.3.0" lucene = "9.11.1" lombok = "1.18.32" mapstruct = "1.5.5" -onnxruntime = "1.18.0" +onnxruntime = "1.23.2" jsoup = "1.17.2" wiremock = "3.6.0" testcontainers = "1.19.8"