This is an automated email from the ASF dual-hosted git repository.
rzo1 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 1677277f OPENNLP-1604 - ONXX Runtime 1.19.0
1677277f is described below
commit 1677277f2eed483b0cb61182f47694bf67877746
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 26 08:12:01 2024 +0200
OPENNLP-1604 - ONXX Runtime 1.19.0
Bumps `onnxruntime.version` from 1.18.0 to 1.19.0.
Updates `com.microsoft.onnxruntime:onnxruntime` from 1.18.0 to 1.19.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.18.0...v1.19.0)
Updates `com.microsoft.onnxruntime:onnxruntime_gpu` from 1.18.0 to 1.19.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.18.0...v1.19.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 716ad214..41164122 100644
--- a/pom.xml
+++ b/pom.xml
@@ -173,7 +173,7 @@
<uimaj.version>3.5.0</uimaj.version>
<morfologik.version>2.1.9</morfologik.version>
<checkstyle.plugin.version>3.2.0</checkstyle.plugin.version>
- <onnxruntime.version>1.18.0</onnxruntime.version>
+ <onnxruntime.version>1.19.0</onnxruntime.version>
<slf4j.version>2.0.16</slf4j.version>
<log4j2.version>2.23.1</log4j2.version>
<jmh.version>1.37</jmh.version>