This is an automated email from the ASF dual-hosted git repository.
mawiesne pushed a commit to branch opennlp-2.x
in repository https://gitbox.apache.org/repos/asf/opennlp.git
The following commit(s) were added to refs/heads/opennlp-2.x by this push:
new fa3a74c3 [2.x]: OPENNLP-1777: Update ONNX runtime to 1.23.1 (#874)
fa3a74c3 is described below
commit fa3a74c3eb55df0e2fa041854fffa17d3ee6de43
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Oct 13 20:33:14 2025 +0200
[2.x]: OPENNLP-1777: Update ONNX runtime to 1.23.1 (#874)
Bumps `onnxruntime.version` from 1.23.0 to 1.23.1.
Updates `com.microsoft.onnxruntime:onnxruntime` from 1.23.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.23.0...v1.23.1)
Updates `com.microsoft.onnxruntime:onnxruntime_gpu` from 1.23.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.23.0...v1.23.1)
---
updated-dependencies:
- dependency-name: com.microsoft.onnxruntime:onnxruntime
dependency-version: 1.23.1
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: com.microsoft.onnxruntime:onnxruntime_gpu
dependency-version: 1.23.1
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 3608a05b..e01bd265 100644
--- a/pom.xml
+++ b/pom.xml
@@ -185,7 +185,7 @@
<junit5-system-exit.version>2.0.2</junit5-system-exit.version>
<uimaj.version>3.6.1</uimaj.version>
<morfologik.version>2.1.9</morfologik.version>
- <onnxruntime.version>1.23.0</onnxruntime.version>
+ <onnxruntime.version>1.23.1</onnxruntime.version>
<slf4j.version>2.0.17</slf4j.version>
<log4j2.version>2.25.2</log4j2.version>
<logcaptor.version>2.12.1</logcaptor.version>