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 74092e1c9 OPENNLP-1873: Update ONNX runtime to 1.27.0 (#1143)
74092e1c9 is described below

commit 74092e1c9cc7176e4513af47dd29f325c776b334
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jul 6 08:13:57 2026 +0200

    OPENNLP-1873: Update ONNX runtime to 1.27.0 (#1143)
    
    Bumps `onnxruntime.version` from 1.26.0 to 1.27.0.
    
    Updates `com.microsoft.onnxruntime:onnxruntime` from 1.26.0 to 1.27.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.26.0...v1.27.0)
    
    Updates `com.microsoft.onnxruntime:onnxruntime_gpu` from 1.26.0 to 1.27.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.26.0...v1.27.0)
    
    ---
    updated-dependencies:
    - dependency-name: com.microsoft.onnxruntime:onnxruntime
      dependency-version: 1.27.0
      dependency-type: direct:development
      update-type: version-update:semver-minor
    - dependency-name: com.microsoft.onnxruntime:onnxruntime_gpu
      dependency-version: 1.27.0
      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 b7d4090bd..11aafa5b5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -249,7 +249,7 @@
                <!-- Dependency versions -->
                <junit.version>6.1.1</junit.version>
                <junit5-system-exit.version>2.0.3</junit5-system-exit.version>
-               <onnxruntime.version>1.26.0</onnxruntime.version>
+               <onnxruntime.version>1.27.0</onnxruntime.version>
                <slf4j.version>2.0.18</slf4j.version>
                <log4j2.version>2.26.0</log4j2.version>
                <logcaptor.version>2.12.6</logcaptor.version>

Reply via email to