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 bd71f56f [2.x]: OPENNLP-1802: Update ONNX runtime to 1.24.3 (#973)
bd71f56f is described below

commit bd71f56f51125ebff3bbd7f5e90926aa1791a30e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 9 11:57:43 2026 +0100

    [2.x]: OPENNLP-1802: Update ONNX runtime to 1.24.3 (#973)
    
    Bumps `onnxruntime.version` from 1.24.2 to 1.24.3.
    
    Updates `com.microsoft.onnxruntime:onnxruntime` from 1.24.2 to 1.24.3
    - [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.24.2...v1.24.3)
    
    Updates `com.microsoft.onnxruntime:onnxruntime_gpu` from 1.24.2 to 1.24.3
    - [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.24.2...v1.24.3)
    
    ---
    updated-dependencies:
    - dependency-name: com.microsoft.onnxruntime:onnxruntime
      dependency-version: 1.24.3
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: com.microsoft.onnxruntime:onnxruntime_gpu
      dependency-version: 1.24.3
      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 e425459a..c4687278 100644
--- a/pom.xml
+++ b/pom.xml
@@ -191,7 +191,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.24.2</onnxruntime.version>
+               <onnxruntime.version>1.24.3</onnxruntime.version>
                <slf4j.version>2.0.17</slf4j.version>
                <log4j2.version>2.25.3</log4j2.version>
                <logcaptor.version>2.12.5</logcaptor.version>

Reply via email to