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 1016b178 OPENNLP-1707: Update ONNX Runtime to 1.21.0 (#752)
1016b178 is described below
commit 1016b178213c437fd63bf12cc7134a95739cff20
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 10 09:18:51 2025 +0100
OPENNLP-1707: Update ONNX Runtime to 1.21.0 (#752)
Bumps `onnxruntime.version` from 1.20.0 to 1.21.0.
Updates `com.microsoft.onnxruntime:onnxruntime` from 1.20.0 to 1.21.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.20.0...v1.21.0)
Updates `com.microsoft.onnxruntime:onnxruntime_gpu` from 1.20.0 to 1.21.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.20.0...v1.21.0)
---
updated-dependencies:
- dependency-name: com.microsoft.onnxruntime:onnxruntime
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: com.microsoft.onnxruntime:onnxruntime_gpu
dependency-type: direct:production
update-type: version-update:semver-minor
...
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 ade5b6e6..3898da6b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -182,7 +182,7 @@
<junit5-system-exit.version>2.0.2</junit5-system-exit.version>
<uimaj.version>3.6.0</uimaj.version>
<morfologik.version>2.1.9</morfologik.version>
- <onnxruntime.version>1.20.0</onnxruntime.version>
+ <onnxruntime.version>1.21.0</onnxruntime.version>
<slf4j.version>2.0.17</slf4j.version>
<log4j2.version>2.24.3</log4j2.version>
<logcaptor.version>2.10.1</logcaptor.version>