This is an automated email from the ASF dual-hosted git repository.
mawiesne pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opennlp.git
The following commit(s) were added to refs/heads/main by this push:
new e5fdc2a1 OPENNLP-1783: Update ONNX runtime to 1.23.2 (#886)
e5fdc2a1 is described below
commit e5fdc2a19e70a10da37b919b002deeb15cbf8f75
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Oct 28 07:36:50 2025 +0100
OPENNLP-1783: Update ONNX runtime to 1.23.2 (#886)
Bumps `onnxruntime.version` from 1.23.1 to 1.23.2.
Updates `com.microsoft.onnxruntime:onnxruntime` from 1.23.1 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.23.1...v1.23.2)
Updates `com.microsoft.onnxruntime:onnxruntime_gpu` from 1.23.1 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.23.1...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-patch
- dependency-name: com.microsoft.onnxruntime:onnxruntime_gpu
dependency-version: 1.23.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index c2fe9458..53d65f6f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -231,7 +231,7 @@
<!-- Dependency versions -->
<junit.version>6.0.0</junit.version>
<junit5-system-exit.version>2.0.2</junit5-system-exit.version>
- <onnxruntime.version>1.23.1</onnxruntime.version>
+ <onnxruntime.version>1.23.2</onnxruntime.version>
<slf4j.version>2.0.17</slf4j.version>
<log4j2.version>2.25.2</log4j2.version>
<logcaptor.version>2.12.1</logcaptor.version>